我正在使用lcov爲C代碼庫生成代碼覆蓋率報告。我想將測試描述集成到最終輸出中(使用lcov的gendesc實用程序)。 但是,我不知道如何做到這一點,而gendesc上的文檔看起來相當稀少(只要好的舊谷歌能夠告訴我。) gendesc info at LTP描述瞭如何創建輸入測試用例描述文件(正如genhtml所期待的那樣)。並且genhtml info提供--show-descriptions
摘要LCOV兼容輸出 我是最近才從Google's JsTestDriver到Testem但錯過LCOV HTML Code Coverage Reports切換,是有辦法JSCover輸出轉換成LCOV格式,所以我可以use genhtml to create reports like these。 詳細 我從JSCoverage example using Testem, Jasmine an