diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d202cbb..3b9e1914 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,8 +46,9 @@ jobs: run: | tox -e ${{ matrix.toxenv || 'py' }} - name: coverage - if: ${{ success() }} - run: bash <(curl -s https://codecov.io/bash) + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} check: runs-on: ubuntu-latest