Skip to content

Commit

Permalink
feat: added coverage to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MothNik committed May 10, 2024
1 parent bf9c5c8 commit 5a1f735
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ requires = [
]
build-backend = "setuptools.build_meta"

[tool.coverage.run]
omit = [
"chemotools/_runtime/*",
]

[tool.ruff]
# Enable pycodestyle (`E`), Pyflakes (`F`) checks.
select = ["E", "F"]
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ isort
matplotlib
pentapy
pytest
pytest-cov
pytest-xdist

0 comments on commit 5a1f735

Please sign in to comment.