File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,12 +149,12 @@ exclude-newer = "7 days"
149149
150150[tool .coverage ]
151151run.plugins = [" covdefaults" ]
152+ run.core = " ctrace" # sysmon is 3.14+'s default but can't record dynamic contexts; PyPy falls back to pytrace
152153run.source = [" build" , " tests" ]
153154run.omit = [" tests/conftest.py" , " tests/test_integration.py" ,]
154155report.omit = [" src/build/_types.py" ]
155156run.disable_warnings = [
156157 " module-not-measured" , # Triggers in multithreaded context on build
157- " no-sysmon" ,
158158]
159159covdefaults.subtract_omit = " */__main__.py"
160160report.exclude_also = [
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ commands = [
2727dependency_groups = [" test" ]
2828
2929[env_run_base .set_env ]
30- COVERAGE_CORE = " sysmon"
3130COVERAGE_FILE = " {toxworkdir}/.coverage.{envname}"
3231PYPY3323BUG = " 1"
3332PYTHONWARNDEFAULTENCODING = " 1"
You canβt perform that action at this time.
0 commit comments