diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 039836b..bf7fa56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: pytest --cov=terge --cov-report=xml - name: Use Codecov to track coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4.0.1 with: files: ./coverage.xml + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file