Skip to content

Commit

Permalink
Update CodeCov action to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaIng committed Jun 21, 2024
1 parent 6af5962 commit 3663487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
pip install pytest-cov
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: false
fail_ci_if_error: true
path_to_write_report: ./coverage/codecov_report.txt
verbose: true

0 comments on commit 3663487

Please sign in to comment.