coverage: Ignore wallpaper.py

This commit is contained in:
Dylan Araps 2017-07-23 20:38:15 +10:00
parent 64e0ca26f1
commit af52eb32dc

View File

@ -13,6 +13,7 @@ script:
- flake8 pywal tests setup.py
- pylint pywal tests setup.py
- coverage run --source=pywal/ ./setup.py test
- coverage report --omit=pywal/wallpaper.py
after_success:
- codecov