Skip to content
Snippets Groups Projects
Commit 0c2eb480c365 authored by Andrew Murray's avatar Andrew Murray
Browse files

coverage

parent 69282e35e7a8
No related branches found
No related tags found
No related merge requests found
repo_token: 6dafc396-e7f5-4221-a38a-8b07a49fbdae
......@@ -79,6 +79,13 @@
name: errors
path: Tests/errors
- name: Prepare coverage token
if: success() && github.repository == 'python-pillow/Pillow'
run: |
pip install PyYAML
cp .github/codecov-upstream.yml .codecov.yml
cp .github/coveralls-upstream.yml .coveralls.yml
- name: After success
if: success()
run: |
......@@ -87,10 +94,6 @@
MATRIX_OS: ${{ matrix.os }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
- name: Prepare coverage token
if: success() && github.repository == 'python-pillow/Pillow'
run: cp .github/codecov-upstream.yml .codecov.yml
- name: Upload coverage
if: success()
uses: codecov/codecov-action@v1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment