Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3 to 4 (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Feb 5, 2024
1 parent 6e970c4 commit dd6baaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ jobs:
python -m coverage report -m
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: integration
files: coverage.xml
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit dd6baaa

Please sign in to comment.