Browse Source

Fixed coverage annotation

Added missing wildcard to the `*,cover` coverage annotation.
Lucretiel 10 years ago
parent
commit
ba6f0a94ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Python.gitignore

+ 1 - 1
Python.gitignore

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