Skip to content

Commit

Permalink
Provide more overrides and details to the codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed May 1, 2024
1 parent eb7dd62 commit ed5b4f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-pr-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:

- name: Upload coverage report
if: '!cancelled()'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
override_commit: ${{ github.event.workflow_run.head_sha }}
override_pr: ${{ github.event.workflow_run.pull_requests[0].number }}
override_build: ${{ github.event.workflow_run.id }}
override_build_url: ${{ github.event.workflow_run.workflow_url }}
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

0 comments on commit ed5b4f0

Please sign in to comment.