包含 --instrumentation_filter
比對的規則目標來源檔案和檢測設備中繼資料檔案的相關資訊,以便收集程式碼涵蓋率資料。啟用涵蓋率資料收集功能後,資訊清單就會包含 instrumented_files
和 metadata_files
中的組合路徑,並以輸入內容的形式傳遞至測試動作,而資訊清單的路徑會記錄在環境變數 COVERAGE_MANIFEST
中。中繼資料檔案 (而非來源檔案) 也會做為輸入內容傳遞至測試動作。當 aspect 的實作函式傳回 InstrumentedFilesInfo
時,系統會忽略基本規則目標的任何 InstrumentedFilesInfo
。
成員
instrumented_files
depset InstrumentedFilesInfo.instrumented_files
depset
的 File
物件,代表此目標及其依附元件的檢測來源檔案。metadata_files
depset InstrumentedFilesInfo.metadata_files
File
物件的 depset
,代表此目標及其依附元件的涵蓋率中繼資料檔案。這些檔案包含在程式碼執行後產生 LCOV 格式涵蓋率輸出時所需的額外資訊,例如在 gcc
與 -ftest-coverage
一起執行時產生的 .gcno
檔案。