Browse Source

Merge pull request #527 from saimn/dependabot/github_actions/dot-github/workflows/actions-d109cd9e8b

Bump codecov/codecov-action from 4 to 5 in /.github/workflows in the actions group
pull/518/merge
Simon Conseil 1 year ago committed by GitHub
parent
commit
281c9c2f86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/python-tests.yml

2
.github/workflows/python-tests.yml

@ -38,7 +38,7 @@ jobs:
- name: Convert coverage
run: python -m coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

Loading…
Cancel
Save