Explorar el Código

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

pull/2177/head
Manuel Rubio hace 5 años
padre
commit
8d788bcd0f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar_prv_cover.erl

+ 1
- 1
src/rebar_prv_cover.erl Ver fichero

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

Cargando…
Cancelar
Guardar