mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 18:01:40 -05:00
Fixed coverage annotation
Added missing wildcard to the `*,cover` coverage annotation.
This commit is contained in:
parent
9f80691efd
commit
ba6f0a94ab
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ htmlcov/
|
|||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
,cover
|
||||
*,cover
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue