mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-07 08:34:01 +01:00
coverage: Disable in reload.py
This commit is contained in:
parent
0ccc55ffdd
commit
fae05ee0d2
@ -12,7 +12,7 @@ install:
|
||||
script:
|
||||
- flake8 pywal tests setup.py
|
||||
- pylint pywal tests setup.py
|
||||
- coverage run --omit=pywal/wallpaper.py --source=pywal/ ./setup.py test
|
||||
- coverage run --omit=pywal/wallpaper.py,pywal/reload.py --source=pywal/ ./setup.py test
|
||||
|
||||
after_success:
|
||||
- codecov
|
||||
|
Loading…
Reference in New Issue
Block a user