mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-27 07:34:46 +03:00
Merge 1b1d382ec8
into a3b15c4a5f
This commit is contained in:
commit
1954a506a6
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -28,14 +28,22 @@ pip-delete-this-directory.txt
|
|||
|
||||
# Unit test / coverage reports
|
||||
htmlcov/
|
||||
.eggs
|
||||
.tox/
|
||||
.coverage
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
coverage.c.json
|
||||
coverage.filtered.info
|
||||
coverage.info
|
||||
|
||||
# Test files
|
||||
test_images
|
||||
Tests/images/msp
|
||||
Tests/images/picins
|
||||
Tests/images/README.md
|
||||
Tests/images/sunraster
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
|
@ -58,14 +66,16 @@ docs/_build/
|
|||
# Vim cruft
|
||||
.*.swp
|
||||
|
||||
#emacs
|
||||
# emacs
|
||||
*~
|
||||
\#*#
|
||||
.#*
|
||||
|
||||
#Komodo
|
||||
# Komodo
|
||||
*.komodoproject
|
||||
|
||||
#OS
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# IDE
|
||||
.idea
|
||||
|
|
|
@ -9,9 +9,10 @@ lcov --remove coverage.info '/usr/*' -o coverage.filtered.info
|
|||
gem install coveralls-lcov
|
||||
coveralls-lcov -v -n coverage.filtered.info > coverage.c.json
|
||||
|
||||
coverage report
|
||||
pip install coverage
|
||||
pip install codecov
|
||||
pip install coveralls-merge
|
||||
coverage report
|
||||
coveralls-merge coverage.c.json
|
||||
codecov
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user