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 66d4a78 commit 088e182Copy full SHA for 088e182
python/private/stage2_bootstrap_template.py
@@ -298,8 +298,8 @@ def _maybe_collect_coverage(enable):
298
unique_dirs = {os.path.dirname(file) for file in instrumented_files}
299
source = list(unique_dirs)
300
301
- print_verbose_coverage("[coveragepy] Instrumented Files:\n" + "\n".join(instrumented_files))
302
- print_verbose_coverage("[coveragepy] Sources:\n" + "\n".join(unique_dirs))
+ print_verbose_coverage("Instrumented Files:\n" + "\n".join(instrumented_files))
+ print_verbose_coverage("Sources:\n" + "\n".join(unique_dirs))
303
304
try:
305
cov = coverage.Coverage(
0 commit comments