Skip to content

Commit

Permalink
Merge pull request #584 from popsim-consortium/bump_codecov
Browse files Browse the repository at this point in the history
bump codecov action
  • Loading branch information
grahamgower authored Nov 26, 2024
2 parents 83c5ad1 + eaac46e commit a296850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
--cov=demes --cov-report=term-missing --cov-report=xml -v tests
- name: upload coverage report to codecov
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
env_vars: OS,PYTHON

0 comments on commit a296850

Please sign in to comment.