Skip to content

Commit

Permalink
Improve coverage testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmaxwell committed Sep 19, 2024
1 parent 9055c94 commit b14d901
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,11 @@ deps =
commands =
pytest
"""

[tool.coverage.run]
branch = true
include = ["src/djpress/*"]
omit = [
"*/tests/*",
"*/migrations/*",
]

0 comments on commit b14d901

Please sign in to comment.