File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 sudo chown -R runner $GITHUB_WORKSPACE
4747
4848 - name : After success
49- if : success()
5049 run : |
5150 PATH="$PATH:~/.local/bin"
5251 docker start pillow_container
5958 MATRIX_DOCKER : ${{ matrix.docker }}
6059
6160 - name : Upload coverage
62- if : success()
6361 uses : codecov/codecov-action@v1
6462 with :
6563 flags : GHA_Docker
Original file line number Diff line number Diff line change @@ -352,13 +352,11 @@ jobs:
352352 path : Tests/errors
353353
354354 - name : After success
355- if : success()
356355 run : |
357356 .ci/after_success.sh
358357 shell : pwsh
359358
360359 - name : Upload coverage
361- if : success()
362360 uses : codecov/codecov-action@v1
363361 with :
364362 file : ./coverage.xml
Original file line number Diff line number Diff line change @@ -102,12 +102,10 @@ jobs:
102102 make doccheck
103103
104104 - name : After success
105- if : success()
106105 run : |
107106 .ci/after_success.sh
108107
109108 - name : Upload coverage
110- if : success()
111109 run : bash <(curl -s https://codecov.io/bash) -F ${{ matrix.codecov-flag }}
112110 env :
113111 CODECOV_NAME : ${{ matrix.os }} Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments