We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8986683 commit 186cec1Copy full SHA for 186cec1
pyproject.toml
@@ -97,6 +97,10 @@ filterwarnings = [
97
"ignore:'import tcod as libtcodpy' is preferred.",
98
]
99
100
+[tool.coverage.report] # https://coverage.readthedocs.io/en/latest/config.html
101
+exclude_lines = ['^\s*\.\.\.', "if TYPE_CHECKING:", "# pragma: no cover"]
102
+omit = ["tcod/__pyinstaller/*"]
103
+
104
[tool.cibuildwheel] # https://cibuildwheel.pypa.io/en/stable/options/
105
enable = ["pypy", "pyodide-prerelease"]
106
0 commit comments