소스 검색

Fixed coverage annotation

Added missing wildcard to the `*,cover` coverage annotation.
Lucretiel 10 년 전
부모
커밋
ba6f0a94ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Python.gitignore

+ 1 - 1
Python.gitignore

@@ -41,7 +41,7 @@ htmlcov/
 .cache
 nosetests.xml
 coverage.xml
-,cover
+*,cover
 
 # Translations
 *.mo