Skip to content

Commit 088e182

Browse files
committed
remove coveragepy prefix
1 parent 66d4a78 commit 088e182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/private/stage2_bootstrap_template.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ def _maybe_collect_coverage(enable):
298298
unique_dirs = {os.path.dirname(file) for file in instrumented_files}
299299
source = list(unique_dirs)
300300

301-
print_verbose_coverage("[coveragepy] Instrumented Files:\n" + "\n".join(instrumented_files))
302-
print_verbose_coverage("[coveragepy] Sources:\n" + "\n".join(unique_dirs))
301+
print_verbose_coverage("Instrumented Files:\n" + "\n".join(instrumented_files))
302+
print_verbose_coverage("Sources:\n" + "\n".join(unique_dirs))
303303

304304
try:
305305
cov = coverage.Coverage(

0 commit comments

Comments
 (0)