Skip to content

Commit

Permalink
Bump codecov to v4 (#350)
Browse files Browse the repository at this point in the history
Currently, all workflows are blocked because of usage of codecov in
version 3. Thius PR bump it, as dependabor have already opened 5 PR, so
will not open such a PR.
  • Loading branch information
Czaki authored Jun 10, 2024
1 parent 636969a commit abf42bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
python -Im coverage report --format=markdown --skip-empty --skip-covered >> $GITHUB_STEP_SUMMARY
- name: Upload coverage data
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit abf42bd

Please sign in to comment.