Parcourir la source

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

pull/2177/head
Manuel Rubio il y a 5 ans
Parent
révision
8d788bcd0f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/rebar_prv_cover.erl

+ 1
- 1
src/rebar_prv_cover.erl Voir le fichier

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

Chargement…
Annuler
Enregistrer