Skip to content

Commit

Permalink
Add coverage report configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Jun 29, 2024
1 parent f8bfec2 commit 484166e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ source = [
'writer',
'wsgi',
]

[tool.coverage.report]
show_missing = true
skip_empty = true
skip_covered = true

0 comments on commit 484166e

Please sign in to comment.