diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe3b716..917e456 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,4 +32,6 @@ jobs: run: coverage run runtests.py - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }}