Skip to content

Commit

Permalink
tweaking codecov ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhamel committed Jan 20, 2025
1 parent 837fec6 commit 7cd30cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:
python -m venv venv
. venv/bin/activate
pip install .[cpu,test,viz]
JAX_ENABLE_X64=true pytest test --cov=pancax
JAX_ENABLE_X64=true pytest test --cov=pancax --cov-report=xml --cov-report=term
- name: codecov
uses: codecov/codecov-action@v4
with:
files: .coverage
files: ./coverage.xml
flags: unittests
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7cd30cb

Please sign in to comment.