File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010lcov --capture --directory . -b . --output-file coverage.info
1111# filter to remove system headers
1212lcov --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
1714pip install codecov
1815coverage report
1916
20- pip install coveralls-merge
21- coveralls-merge coverage.c.json
2217if [[ $TRAVIS ]]; then
2318 codecov
2419fi
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 22black ; python_version >= '3.6'
33check-manifest
44coverage
5- coveralls
65jarn.viewdoc
76olefile
87pycodestyle
You can’t perform that action at this time.
0 commit comments