Skip to content

Commit

Permalink
fix cc test reporter (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
geseq committed Jul 7, 2021
1 parent 8dffac5 commit 31052d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
run: ./bin/task test-coverage

- name: Post run
run: ./cc-test-reporter after-build --exit-code $?
run: ./cc-test-reporter after-build format-coverage -t gocov --prefix github.com/stretchr/objx .cover/c.out --exit-code $?

0 comments on commit 31052d3

Please sign in to comment.