Skip to content

Commit

Permalink
Merge pull request #5 from inaciogu/chore/coverage-workflow
Browse files Browse the repository at this point in the history
chore: change file pattern
  • Loading branch information
inaciogu committed Jan 9, 2024
2 parents b5dbb2a + 570d8ef commit 21c52b7
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 @@ -24,5 +24,5 @@ jobs:
with:
coverageCommand: go test -coverprofile=cover.out ./...
coverageLocations: |
${{ github.workspace }}/cover.out:gcov
${{ github.workspace }}/*.out:gcov
debug: true

0 comments on commit 21c52b7

Please sign in to comment.