mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-02 10:53:10 +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:
|
after_success:
|
||||||
- coverage report
|
- coverage report
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
||||||
|
- pip install diff_cover
|
||||||
|
- coverage xml
|
||||||
|
- diff-cover coverage.xml
|
||||||
|
- diff-quality --violation=pep8
|
||||||
|
- diff-quality --violation=pyflakes
|
||||||
|
|
||||||
- pip install pep8 pyflakes
|
- pip install pep8 pyflakes
|
||||||
- pep8 --statistics --count PIL/*.py
|
- pep8 --statistics --count PIL/*.py
|
||||||
- pep8 --statistics --count Tests/*.py
|
- pep8 --statistics --count Tests/*.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user