Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
Remove uploading code cov. task
  • Loading branch information
cagrikymk authored Feb 8, 2024
1 parent 5552d96 commit 18ced5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,3 @@ jobs:
- name: Test with pytest and generate coverage report
run: |
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:
file: ./coverage.xml

0 comments on commit 18ced5d

Please sign in to comment.