瀏覽代碼

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
父節點
當前提交
12e3ed6bf5
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_prv_cover.erl

+ 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) ->

Loading…
取消
儲存