We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65482c9 commit 738a70cCopy full SHA for 738a70c
1 file changed
.github/workflows/test.yml
@@ -66,7 +66,7 @@ jobs:
66
- run: (cd cmd/transitland && go version && go install .)
67
- run: ./testdata/server/test_setup.sh
68
- name: Run tests
69
- run: go test -coverprofile c.out ./...
+ run: go test -v -coverprofile c.out ./...
70
- name: Produce coverage report
71
run: go tool cover -html=c.out -o coverage.html
72
- name: Save coverage report as artifact
0 commit comments