diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index a2576186..6e5c0f2c 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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 \ No newline at end of file + fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file