diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d603efb..f91ba35 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,7 @@ jobs: lcov --capture --base-directory . --directory /home/runner/work/extreme-deconvolution/extreme-deconvolution/src/ --no-external --output-file tests/coverage.info - name: Upload coverage reports to codecov if: ${{ matrix.python-version == env.PYTHON_COVREPORTS_VERSION }} - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: directory: tests + token: ${{ secrets.CODECOV_TOKEN }}