Parcourir la source

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 il y a 5 ans
committed by GitHub
Parent
révision
12e3ed6bf5
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
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