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

ci: test verbosely

parent 373b6665
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ test-all:
AURA_TANK_TEST_DB_HOST: "postgres"
script:
- go run contrib/waitfor-tcp.go postgres:5432 30
- go test $(go list ./... | grep -v api/docs) -coverprofile=coverage.out -covermode count
- 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$/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment