mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
commit
3aa5d56bae
|
@ -10,15 +10,10 @@ fi
|
|||
lcov --capture --directory . -b . --output-file coverage.info
|
||||
# filter to remove system headers
|
||||
lcov --remove coverage.info '/usr/*' -o coverage.filtered.info
|
||||
# convert to json
|
||||
sudo gem install coveralls-lcov
|
||||
coveralls-lcov -v -n coverage.filtered.info > coverage.c.json
|
||||
|
||||
pip install codecov
|
||||
coverage report
|
||||
|
||||
pip install coveralls-merge
|
||||
coveralls-merge coverage.c.json
|
||||
if [[ $TRAVIS ]]; then
|
||||
codecov
|
||||
fi
|
||||
|
|
2
.github/workflows/test-docker.yml
vendored
2
.github/workflows/test-docker.yml
vendored
|
@ -47,8 +47,6 @@ jobs:
|
|||
- name: After success
|
||||
if: success()
|
||||
run: |
|
||||
pip install wheel
|
||||
sudo apt-get install -qq ruby-dev
|
||||
PATH="$PATH:~/.local/bin"
|
||||
.ci/after_success.sh
|
||||
env:
|
||||
|
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -89,7 +89,6 @@ jobs:
|
|||
.ci/after_success.sh
|
||||
env:
|
||||
MATRIX_OS: ${{ matrix.os }}
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
- name: Prepare coverage token
|
||||
if: success() && github.repository == 'python-pillow/Pillow'
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
black; python_version >= '3.6'
|
||||
check-manifest
|
||||
coverage
|
||||
coveralls
|
||||
jarn.viewdoc
|
||||
olefile
|
||||
pycodestyle
|
||||
|
|
Loading…
Reference in New Issue
Block a user