Merge pull request #4358 from radarhere/coveralls

Removed coveralls
This commit is contained in:
Hugo van Kemenade 2020-01-18 10:20:23 +02:00 committed by GitHub
commit 3aa5d56bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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:

View File

@ -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'

View File

@ -2,7 +2,6 @@
black; python_version >= '3.6'
check-manifest
coverage
coveralls
jarn.viewdoc
olefile
pycodestyle