mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Show coverage and quality reports for just the committed diff
This commit is contained in:
parent
be61256222
commit
254d64cf8b
|
@ -41,6 +41,13 @@ script:
|
|||
after_success:
|
||||
- coverage report
|
||||
- coveralls
|
||||
|
||||
- pip install diff_cover
|
||||
- coverage xml
|
||||
- diff-cover coverage.xml
|
||||
- diff-quality --violation=pep8
|
||||
- diff-quality --violation=pyflakes
|
||||
|
||||
- pip install pep8 pyflakes
|
||||
- pep8 --statistics --count PIL/*.py
|
||||
- pep8 --statistics --count Tests/*.py
|
||||
|
|
Loading…
Reference in New Issue
Block a user