File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -110,12 +110,12 @@ jobs:
110110 continue-on-error : true
111111 - name : Upload coverage results to Codecov
112112 if : matrix.coverage
113- uses : codecov/codecov-action@v1
113+ uses : codecov/codecov-action@v3
114114 with :
115115 name : phpunit-php${{ matrix.php }}
116116 flags : phpunit
117- fail_ci_if_error : true
118- continue-on-error : true
117+ fail_ci_if_error : false
118+ token : ${{ secrets.CODECOV_TOKEN }}
119119 - name : Run Infection Mutation Tests
120120 if : matrix.coverage
121121 env : # Or as an environment variable
@@ -211,12 +211,12 @@ jobs:
211211 continue-on-error : true
212212 - name : Upload coverage results to Codecov
213213 if : matrix.coverage
214- uses : codecov/codecov-action@v1
214+ uses : codecov/codecov-action@v3
215215 with :
216216 name : behat-php${{ matrix.php }}
217217 flags : behat
218- fail_ci_if_error : true
219- continue-on-error : true
218+ fail_ci_if_error : false
219+ token : ${{ secrets.CODECOV_TOKEN }}
220220
221221 phpunit-lowest-deps :
222222 name : PHPUnit (Symfony ${{ matrix.symfony }}) (PHP ${{ matrix.php }}) (lowest dependencies)
You can’t perform that action at this time.
0 commit comments