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 b229efb commit 7db8195Copy full SHA for 7db8195
1 file changed
.coveragerc
@@ -10,6 +10,9 @@ include =
10
*\Lib\site-packages\pytest.py
11
parallel = 1
12
branch = 1
13
+# The sysmon core (default since Python 3.14) is much slower.
14
+# Perhaps: https://github.com/coveragepy/coveragepy/issues/2082
15
+core = ctrace
16
17
[paths]
18
source = src/
0 commit comments