ソースを参照

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