Skip to content

Commit 2a2a54f

Browse files
committed
try to force ctrace for the outer core
1 parent d5f1412 commit 2a2a54f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

igor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def run_tests_with_coverage(core, *runner_args):
191191
import coverage
192192

193193
cov = coverage.Coverage(config_file="metacov.ini")
194+
cov.set_option("run:core", "ctrace")
194195
cov._warn_unimported_source = False
195196
cov._warn_preimported_source = False
196197
cov._metacov = True

metacov.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
[run]
1010
branch = true
11+
core = ctrace
1112
data_file = ${COVERAGE_METAFILE-.metacov}
1213
disable_warnings = no-sysmon
1314
parallel = true

0 commit comments

Comments
 (0)