瀏覽代碼
Merge pull request #2177 from manuel-rubio/master
get a sorted list of modules for coverage output (screen and HTML)
pull/2212/head
Fred Hebert
5 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有
1 個文件被更改,包括
1 次插入 和
1 次删除
-
src/rebar_prv_cover.erl
|
|
@ -164,7 +164,7 @@ analysis(State, Task) -> |
|
|
|
end, |
|
|
|
Mods), |
|
|
|
true = rebar_utils:cleanup_code_path(OldPath), |
|
|
|
Analysis. |
|
|
|
lists:sort(Analysis). |
|
|
|
|
|
|
|
restore_cover_paths(State) -> |
|
|
|
lists:foreach(fun(App) -> |
|
|
|