設定

回報問題 查看原始碼 Nightly · 7.4 . 7.3 · 7.2 · 7.1 · 7.0 · 6.5

這個物件會保留版本執行環境的相關資訊。如要進一步瞭解一般設定概念,請參閱規則頁面

成員

coverage_enabled

bool configuration.coverage_enabled

布林值,指出是否為此執行作業啟用程式碼涵蓋率。請注意,這不會計算是否應為收集程式碼涵蓋率資料而檢測特定規則。如需相關資訊,請參閱 ctx.coverage_instrumented 函式。

default_shell_env

dict configuration.default_shell_env

代表靜態本機殼層環境的字典。將變數對應至其值 (字串)。

host_path_separator

string configuration.host_path_separator

傳回 PATH 環境變數的分隔符號,在 Unix 上為 ':'。

test_env

dict configuration.test_env

字典,內容包含使用者指定的測試環境變數及其值 (由 --test_env 選項設定)。請勿使用!這並非完整的環境!