We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6972464 commit 41f359fCopy full SHA for 41f359f
pyproject.toml
@@ -95,6 +95,10 @@ source = [
95
"build",
96
"tests",
97
]
98
+disable_warnings = [
99
+ "module-not-measured", # Triggers in multithreaded context on build
100
+ "no-sysmon",
101
+]
102
103
[tool.coverage.report]
104
exclude_also = [
tox.ini
@@ -23,6 +23,7 @@ pass_env =
23
PYTEST_*
24
TERM
25
set_env =
26
+ COVERAGE_CORE = sysmon
27
COVERAGE_FILE = {toxworkdir}/.coverage.{envname}
28
PYPY3323BUG = 1
29
PYTHONWARNDEFAULTENCODING = 1
0 commit comments