mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
commit
99032c7660
|
@ -10,8 +10,10 @@ gem install coveralls-lcov
|
|||
coveralls-lcov -v -n coverage.filtered.info > coverage.c.json
|
||||
|
||||
coverage report
|
||||
pip install codecov
|
||||
pip install coveralls-merge
|
||||
coveralls-merge coverage.c.json
|
||||
codecov
|
||||
|
||||
if [ "$DOCKER" == "" ]; then
|
||||
pip install pep8 pyflakes
|
||||
|
|
1
codecov.yml
Normal file
1
codecov.yml
Normal file
|
@ -0,0 +1 @@
|
|||
comment: off
|
Loading…
Reference in New Issue
Block a user