Skip to content

Commit

Permalink
add cov testing
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Apr 18, 2024
1 parent 1d7ed6b commit 7289dfb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,11 @@ jobs:
pip install -e .
pip install pytest
pip install pytest-cov
pytest tests/
#pytest --cov-report=xml --cov=pyscal tests/
#pytest tests/
pytest --cov-report=xml --cov=atomrdf tests/
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: pyscal/atomRDF

0 comments on commit 7289dfb

Please sign in to comment.