Skip to content

Commit

Permalink
move back to 3 (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed May 1, 2024
1 parent 970357b commit 105f3ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-pr-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ jobs:
result-encoding: string
- name: Upload coverage report
if: '!cancelled()'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
override_commit: ${{ github.event.workflow_run.head_sha }}
override_pr: ${{steps.set-pr.outputs.result}}
token: ${{ secrets.CODECOV_TOKEN }}
exclude: ".github"
files: ".coverage.3.8.xml,.coverage.3.9.xml,.coverage.3.10.xml,.coverage.3.11.xml,.coverage.3.12.xml"
fail_ci_if_error: true
verbose: true

0 comments on commit 105f3ad

Please sign in to comment.