Skip to content

Commit c16ebb9

Browse files
committed
Explain "exclude_also"
1 parent acc2280 commit c16ebb9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,9 @@ ignore = [
5858

5959
[tool.ruff.lint.pydocstyle]
6060
convention = "numpy"
61+
62+
[tool.coverage.report]
63+
exclude_also = [ # additional pragmas to exclude lines from coverage reporting
64+
'no-cover:jython-only',
65+
'cover:jython',
66+
]

0 commit comments

Comments
 (0)