Skip to content
Snippets Groups Projects
Verified Commit 77987891 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

ci: update regex

parent 199d9328
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ test-all:
- go test -v $(go list ./... | grep -v api/docs) -coverprofile=coverage.out -covermode count
- go get github.com/boumenot/gocover-cobertura
- go run github.com/boumenot/gocover-cobertura < coverage.out > coverage.xml
coverage: '/^coverage: (\d+.\d+)% of statements$/'
coverage: '^coverage: (\d+.\d+)% of statements$'
artifacts:
reports:
coverage_report:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment