Skip to content

Commit

Permalink
fix codecov conf
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Nov 25, 2024
1 parent 012011f commit bc18db2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ jobs:
coverage run -a ./manage.py test --settings=test_geostore.settings_with_customs geostore.tests.test_views.test_async_exports
coverage xml -o coverage.xml
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
fail_ci_if_error: true
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit bc18db2

Please sign in to comment.