diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3adeca1a..79192908 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,10 @@ jobs: run: | pytest -n auto --dist loadscope --cov=nectarchain --cov-report=xml --ignore=src/nectarchain/user_scripts - - uses: codecov/codecov-action@v5 + - name: Upload coverage reports to Codecov with GitHub Action + uses: codecov/codecov-action@v5 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} docs: