Skip to content

Commit

Permalink
Merge pull request #436 from freemansw1/codecov_fix
Browse files Browse the repository at this point in the history
Update codecov action to v4
  • Loading branch information
freemansw1 authored Jul 24, 2024
2 parents 201c601 + 29f0a33 commit 698d53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
mamba install --quiet --yes --file requirements.txt coverage pytest-cov &&
python -m coverage run -m pytest --cov=./ --cov-report=xml
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit 698d53b

Please sign in to comment.