Skip to content

Commit 7c321b2

Browse files
committed
Update for coverage exclude (#198)
1 parent 9bdc6d1 commit 7c321b2

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
@@ -44,7 +44,7 @@ repository = "https://github.com/ansible/ansible-dev-environment"
4444
line-length = 100
4545

4646
[tool.coverage.report]
47-
exclude_lines = ["if TYPE_CHECKING:", "pragma: no cover"]
47+
exclude_also = ["if TYPE_CHECKING:", "pragma: no cover"]
4848
fail_under = 72
4949
ignore_errors = true
5050
show_missing = true

0 commit comments

Comments
 (0)