Skip to content

Commit

Permalink
Merge pull request #8 from inaciogu/chore/coverage-workflow
Browse files Browse the repository at this point in the history
chore: use gocov report file convention
  • Loading branch information
inaciogu committed Jan 9, 2024
2 parents de8308a + 63d2918 commit 3233903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Report Coverage
uses: paambaati/codeclimate-action@v3.2.0
with:
coverageCommand: go test -coverprofile=cover.out ./...
coverageCommand: go test -coverprofile=c.out ./...
debug: true

0 comments on commit 3233903

Please sign in to comment.