Skip to content

Commit

Permalink
Add codecov secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy authored Feb 5, 2024
1 parent d95296e commit 0bbad6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 0bbad6e

Please sign in to comment.