diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e45ea11..9ef53f8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,6 +39,8 @@ jobs: --junitxml=test-results/${{ runner.os }}-${{ matrix.python-version }}.xml - name: Upload code coverage to Codecov uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: file: ./coverage.xml flags: unittests