Przeglądaj źródła

get a sorted list of modules for coverage output (screen and HTML)

pull/2177/head
Manuel Rubio 5 lat temu
rodzic
commit
8d788bcd0f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/rebar_prv_cover.erl

+ 1
- 1
src/rebar_prv_cover.erl Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz