Skip to content

Commit

Permalink
add coverage print (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmentel authored Jan 7, 2025
1 parent 93d592f commit 392b15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: pre-commit/action@v3.0.1

- name: Test with pytest
run: poetry run pytest
run: poetry run pytest --cov=mendeleev

pypi-publish:
name: upload release to PyPI
Expand Down

0 comments on commit 392b15f

Please sign in to comment.