Skip to content

Commit

Permalink
Merge pull request #2177 from manuel-rubio/master
Browse files Browse the repository at this point in the history
get a sorted list of modules for coverage output (screen and HTML)
  • Loading branch information
ferd authored Jan 25, 2020
2 parents bd9ae87 + 8d788bc commit 12e3ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rebar_prv_cover.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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) ->
Expand Down

0 comments on commit 12e3ed6

Please sign in to comment.