Skip to content

Commit

Permalink
tests(tests.yml): update codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
5j9 committed Mar 11, 2024
1 parent e255c68 commit 6539c27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
run: pytest --cov=wikitextparser tests --cov-report=xml --cov-fail-under=80
- name: Upload coverage to Codecov
# https://github.com/codecov/codecov-action
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
env_vars: OS,PYTHON
fail_ci_if_error: false

0 comments on commit 6539c27

Please sign in to comment.