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 e3afd2d commit 3802570Copy full SHA for 3802570
1 file changed
pyproject.toml
@@ -155,12 +155,13 @@ markers = [
155
]
156
157
[tool.coverage]
158
+run.core = "sysmon"
159
run.branch = true
160
run.patch = [ "subprocess" ]
161
run.relative_files = true
162
run.source_pkgs = [ "nox" ]
163
run.disable_warnings = [
- "no-ctracer",
164
+ "no-sysmon",
165
166
report.exclude_also = [
167
"@overload",
0 commit comments