Skip to content

Commit

Permalink
chore: use relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
inaciogu committed Jan 9, 2024
1 parent 570d8ef commit 22d41bc
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 }}/*.out:gcov
./*.out:gcov
debug: true

0 comments on commit 22d41bc

Please sign in to comment.