Skip to content

Commit 0aebb18

Browse files
authored
Force coverage core ctrace for 3.14 (#5108)
see coveragepy/coveragepy#2082 (comment)
1 parent 3101fe0 commit 0aebb18

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
@@ -4,6 +4,7 @@
44

55
[tool.coverage.run]
66
branch = true
7+
core = "ctrace"
78
omit = [
89
"/tmp/*",
910
"*/tests/*",

0 commit comments

Comments
 (0)