diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index c64b90d4..a823be9e 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -34,5 +34,6 @@ jobs: pytest --hypothesis-profile ci tests --disable-warnings --cov=pyscal --cov-report=xml - name: Upload coverage to Codecov - run: | - bash <(curl -s https://codecov.io/bash) + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file