소스 검색

Update .coveragerc

Remove south_migrations and vendors , those dirs are not used anymore
Daniel Chimeno 9 년 전
부모
커밋
66d7b283d8
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      .coveragerc

+ 0 - 2
.coveragerc

@@ -5,9 +5,7 @@ branch = True
 source = wagtail
 
 omit =
-    */south_migrations/*
     */migrations/*
-    wagtail/vendor/*
 
 
 [report]