get rid of coverage html since we dont use it

This commit is contained in:
reesporte 2021-11-01 14:33:57 -05:00
parent 2f92fd2a9a
commit 35d35d9d4d

View file

@ -93,18 +93,6 @@ run go tests with output:
paths:
- test-report.out
generate coverage html:
stage: test
image: golang:1.16.9
script:
- echo "Generating coverage HTML.."
- go tool cover -html coverage.out -o coverage.html
artifacts:
paths:
- coverage.html
needs:
- job: run go tests
upload to sonarcloud:
stage: test
image: sonarsource/sonar-scanner-cli:4.6