diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d6346f..81b9084 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -84,8 +84,9 @@ jobs: run: pipenv run tests --cov-report=xml - name: Report coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: + token: ${{ secrets.COVERALLS_TOKEN }} files: coverage.xml fail_ci_if_error: true