Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cagrikymk authored Feb 8, 2024
1 parent 08cf254 commit 5552d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pip install pytest-cov
- name: Test with pytest and generate coverage report
run: |
JAX_ENABLE_X64=1 pytest --cov=jax_md --cov-report=xml --cov-report=term --cov-config=setup.cfg
JAX_ENABLE_X64=1 pytest --cov=jaxreaxff --cov-report=xml --cov-report=term --cov-config=setup.cfg
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 5552d96

Please sign in to comment.