Skip to content

Commit

Permalink
chore: coverage report branching configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Dec 13, 2023
1 parent 5578072 commit 49d52d6
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 @@ -121,6 +121,9 @@ exclude_lines = [
"pragma: no cover",
"raise NotImplementedError",
"except ImportError",
]
partial_branches = [
"pragma: no branch",
"if app.debug",
"if app.testing",
]

0 comments on commit 49d52d6

Please sign in to comment.