Skip to content

Commit

Permalink
Make pyproject tool.coverage.report boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Dec 17, 2022
1 parent 127aed1 commit 3b3e26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ exclude_lines = [
"pragma: no cover",
"if TYPE_CHECKING:",
]
show_missing = 1
show_missing = true

[tool.pytest.ini_options]
addopts = "--durations=50"
Expand Down

0 comments on commit 3b3e26c

Please sign in to comment.