Skip to content

Commit

Permalink
Fix an issue with gha coverage uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Apr 30, 2024
1 parent 0fdeec8 commit 4df0001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
override_commit: ${{ github.event.workflow_run.head_sha }}
override_pr: ${{ github.event.workflow_run.pull_requests[0].number }}
token: ${{ secrets.CODECOV_TOKEN }}
files: "coverage-*.xml"
files: ".coverage-*.xml"
fail_ci_if_error: true
verbose: true

0 comments on commit 4df0001

Please sign in to comment.