We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc2280 commit c16ebb9Copy full SHA for c16ebb9
1 file changed
pyproject.toml
@@ -58,3 +58,9 @@ ignore = [
58
59
[tool.ruff.lint.pydocstyle]
60
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