configuration

7.3 · 7.2 · 7.1 · 7.0 · 6.5

此对象包含有关 build 运行环境的信息。如需详细了解配置的一般概念,请参阅“规则”页面

成员

coverage_enabled

bool configuration.coverage_enabled

一个布尔值,用于指明是否为此运行启用了代码覆盖率。请注意,这不会计算是否应为收集代码覆盖率数据对特定规则进行插桩。如需了解详情,请参阅 ctx.coverage_instrumented 函数。

default_shell_env

dict configuration.default_shell_env

表示静态本地 shell 环境的字典。它会将变量映射到其值(字符串)。

host_path_separator

string configuration.host_path_separator

返回 PATH 环境变量的分隔符,在 Unix 上为“:”。

test_env

dict configuration.test_env

一个字典,其中包含用户指定的测试环境变量及其值(由 --test_env 选项设置)。请勿使用!这不是完整的环境!