Skip to content

Commit 1cc8482

Browse files
committed
Disable sysmon trace implementation for coverage.
It returns incorrect results.
1 parent e29087d commit 1cc8482

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ archs = ["auto", "aarch64"]
4949

5050
[tool.coverage.run]
5151
branch = true
52+
core = "ctrace"
5253
omit = [
5354
# */websockets matches src/websockets and .tox/**/site-packages/websockets
5455
"*/websockets/__main__.py",

0 commit comments

Comments
 (0)