Fix typo in coverage ignore pattern

A comma was used instead of dot for the coverage
ignore pattern.

Change-Id: Ice9ffd8f541f27ee148b7a39cda9d9b1daad6c74
This commit is contained in:
Sorin Sbarnea 2018-07-31 16:02:26 +01:00
parent 39ff9d0e76
commit df47f395c8
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

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