Skip to content

Commit 3aa5d56

Browse files
authored
Merge pull request #4358 from radarhere/coveralls
Removed coveralls
2 parents dbcc637 + 560b969 commit 3aa5d56

4 files changed

Lines changed: 0 additions & 9 deletions

File tree

.ci/after_success.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,10 @@ fi
1010
lcov --capture --directory . -b . --output-file coverage.info
1111
# filter to remove system headers
1212
lcov --remove coverage.info '/usr/*' -o coverage.filtered.info
13-
# convert to json
14-
sudo gem install coveralls-lcov
15-
coveralls-lcov -v -n coverage.filtered.info > coverage.c.json
1613

1714
pip install codecov
1815
coverage report
1916

20-
pip install coveralls-merge
21-
coveralls-merge coverage.c.json
2217
if [[ $TRAVIS ]]; then
2318
codecov
2419
fi

.github/workflows/test-docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
- name: After success
4848
if: success()
4949
run: |
50-
pip install wheel
51-
sudo apt-get install -qq ruby-dev
5250
PATH="$PATH:~/.local/bin"
5351
.ci/after_success.sh
5452
env:

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
.ci/after_success.sh
9090
env:
9191
MATRIX_OS: ${{ matrix.os }}
92-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
9392

9493
- name: Prepare coverage token
9594
if: success() && github.repository == 'python-pillow/Pillow'

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
black; python_version >= '3.6'
33
check-manifest
44
coverage
5-
coveralls
65
jarn.viewdoc
76
olefile
87
pycodestyle

0 commit comments

Comments
 (0)