Skip to content

Commit

Permalink
pyproject: coverage set show_missing to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed May 9, 2024
1 parent a6aabc3 commit cf9c67b
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 @@ -74,8 +74,8 @@ exclude_also = [
"class .*\\bProtocol\\):",
"@(abc\\.)?abstractmethod",
]
show_missing = true
skip_empty = true
skip_covered = true

[tool.pyright]
exclude = ["**/__pycache__"]
Expand Down

0 comments on commit cf9c67b

Please sign in to comment.