File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -661,6 +661,7 @@ def _create_stage2_bootstrap(
661661 template = template ,
662662 output = output ,
663663 substitutions = {
664+ "%coverage_instrumented%" : str (int (ctx .configuration .coverage_enabled and ctx .coverage_instrumented ())),
664665 "%coverage_tool%" : _get_coverage_tool_runfiles_path (ctx , runtime ),
665666 "%import_all%" : "True" if read_possibly_native_flag (ctx , "python_import_all_repositories" ) else "False" ,
666667 "%imports%" : ":" .join (imports .to_list ()),
@@ -670,7 +671,6 @@ def _create_stage2_bootstrap(
670671 "%venv_rel_site_packages%" : venv .venv_site_packages ,
671672 "%venv_root%" : venv .venv_root ,
672673 "%workspace_name%" : ctx .workspace_name ,
673- "%coverage_instrumented%" : str (int (ctx .configuration .coverage_enabled and ctx .coverage_instrumented ())),
674674 },
675675 is_executable = True ,
676676 )
You can’t perform that action at this time.
0 commit comments