Merge branch 'add_coverage_report_number' into 'main'

Add overall report coverage number

See merge request devs/moth!179
This commit is contained in:
John Donaldson 2022-10-25 20:37:56 +00:00
commit 73933447a9
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ test:
- go test -coverprofile=coverage.txt -covermode=atomic -race ./...
- go get github.com/boumenot/gocover-cobertura
- go run github.com/boumenot/gocover-cobertura < coverage.txt > coverage.xml
- go tool cover -func coverage.txt
coverage: /\(statements\)(?:\s+)?(\d+(?:\.\d+)?%)/
artifacts:
reports:
coverage_report: