Skip to content

Commit

Permalink
fix: Add code coverage to output
Browse files Browse the repository at this point in the history
  • Loading branch information
DblK committed Jan 6, 2022
1 parent 1c5e087 commit a0c2013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ginkgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
go get github.com/onsi/gomega/...
- name: Print out Ginkgo version
run: ginkgo version
- run: ginkgo -r --randomize-all --randomize-suites --race --trace
- run: ginkgo -r --randomize-all --randomize-suites --race --trace -cover

0 comments on commit a0c2013

Please sign in to comment.