Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Bump codecov action version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktBurger authored Apr 30, 2024
1 parent fbd83eb commit 16a3d89
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pyleco_extras_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,9 @@ jobs:
- name: Test for Coverage
run: pytest --cov=pyleco_extras --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/reports/
# env_vars: OS,PYTHON
fail_ci_if_error: true
files: ./coverage.xml,!./cache
flags: unittests
Expand Down

0 comments on commit 16a3d89

Please sign in to comment.