Skip to content

Commit

Permalink
fixed coverage usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bomzheg committed Nov 15, 2024
1 parent e87458a commit 82d0825
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ build-backend = "setuptools.build_meta"
packages = ["shvatka"]

[tool.coverage.run]
branch = true
relative_files = true
include = ["shvatka/**"]
omit = [
".*",
"*/site-packages/*",
Expand Down

0 comments on commit 82d0825

Please sign in to comment.