소스 검색

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

pull/2177/head
Manuel Rubio 5 년 전
부모
커밋
8d788bcd0f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_prv_cover.erl

+ 1
- 1
src/rebar_prv_cover.erl 파일 보기

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

불러오는 중...
취소
저장