Skip to content

Commit 6076210

Browse files
authored
Update for coverage exclude (#215)
1 parent 99fad2a commit 6076210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ exclude = "tests/fixtures"
4545
line-length = 100
4646

4747
[tool.coverage.report]
48-
exclude_lines = ["if TYPE_CHECKING:", "pragma: no cover"]
48+
exclude_also = ["if TYPE_CHECKING:", "pragma: no cover"]
4949
fail_under = 93
5050
ignore_errors = true
5151
show_missing = true

0 commit comments

Comments
 (0)