Skip to content

Commit

Permalink
chore: coverage reports configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Dec 13, 2023
1 parent 01bf373 commit 5578072
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,15 @@ commands =
poetry install --with doc
poetry run sphinx-build documentation build/sphinx/html
"""

[tool.coverage.run]
branch = true

[tool.coverage.report]
exclude_lines = [
"pragma: no cover",
"raise NotImplementedError",
"except ImportError",
"if app.debug",
"if app.testing",
]

0 comments on commit 5578072

Please sign in to comment.