mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
get rid of coverage html since we dont use it
This commit is contained in:
parent
2f92fd2a9a
commit
35d35d9d4d
1 changed files with 0 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue