|
38 | 38 | - name: Install system packages
|
39 | 39 | run: |
|
40 | 40 | apk add \
|
| 41 | + bash \ |
41 | 42 | unzip \
|
42 | 43 | - name: Cache mongodb PHP extension build
|
43 | 44 | if: (!startsWith(matrix.php, '7.1'))
|
@@ -135,11 +136,11 @@ jobs:
|
135 | 136 | continue-on-error: true
|
136 | 137 | - name: Upload coverage results to Codecov
|
137 | 138 | if: matrix.coverage
|
138 |
| - uses: codecov/codecov-action@v1.0.3 |
| 139 | + uses: codecov/codecov-action@v1 |
139 | 140 | with:
|
140 | 141 | name: phpunit-php${{ matrix.php }}
|
141 | 142 | flags: phpunit
|
142 |
| - token: ${{ secrets.CODECOV_TOKEN }} |
| 143 | + fail_ci_if_error: true |
143 | 144 | continue-on-error: true
|
144 | 145 | - name: Upload coverage results to Coveralls
|
145 | 146 | if: matrix.coverage
|
@@ -177,6 +178,7 @@ jobs:
|
177 | 178 | - name: Install system packages
|
178 | 179 | run: |
|
179 | 180 | apk add \
|
| 181 | + bash \ |
180 | 182 | unzip \
|
181 | 183 | - name: Cache mongodb PHP extension build
|
182 | 184 | if: (!startsWith(matrix.php, '7.1'))
|
@@ -281,11 +283,11 @@ jobs:
|
281 | 283 | continue-on-error: true
|
282 | 284 | - name: Upload coverage results to Codecov
|
283 | 285 | if: matrix.coverage
|
284 |
| - uses: codecov/codecov-action@v1.0.3 |
| 286 | + uses: codecov/codecov-action@v1 |
285 | 287 | with:
|
286 | 288 | name: behat-php${{ matrix.php }}
|
287 | 289 | flags: behat
|
288 |
| - token: ${{ secrets.CODECOV_TOKEN }} |
| 290 | + fail_ci_if_error: true |
289 | 291 | continue-on-error: true
|
290 | 292 | - name: Upload coverage results to Coveralls
|
291 | 293 | if: matrix.coverage
|
@@ -495,6 +497,7 @@ jobs:
|
495 | 497 | - name: Install system packages
|
496 | 498 | run: |
|
497 | 499 | apk add \
|
| 500 | + bash \ |
498 | 501 | unzip \
|
499 | 502 | - name: Cache mongodb PHP extension build
|
500 | 503 | if: (!startsWith(matrix.php, '7.1'))
|
@@ -600,11 +603,11 @@ jobs:
|
600 | 603 | continue-on-error: true
|
601 | 604 | - name: Upload coverage results to Codecov
|
602 | 605 | if: matrix.coverage
|
603 |
| - uses: codecov/codecov-action@v1.0.3 |
| 606 | + uses: codecov/codecov-action@v1 |
604 | 607 | with:
|
605 | 608 | name: behat-php${{ matrix.php }}-legacy
|
606 | 609 | flags: behat_legacy
|
607 |
| - token: ${{ secrets.CODECOV_TOKEN }} |
| 610 | + fail_ci_if_error: true |
608 | 611 | continue-on-error: true
|
609 | 612 | - name: Upload coverage results to Coveralls
|
610 | 613 | if: matrix.coverage
|
@@ -1176,6 +1179,7 @@ jobs:
|
1176 | 1179 | - name: Install system packages
|
1177 | 1180 | run: |
|
1178 | 1181 | apk add \
|
| 1182 | + bash \ |
1179 | 1183 | unzip \
|
1180 | 1184 | - name: Cache mongodb PHP extension build
|
1181 | 1185 | uses: actions/cache@v1
|
@@ -1265,11 +1269,11 @@ jobs:
|
1265 | 1269 | continue-on-error: true
|
1266 | 1270 | - name: Upload coverage results to Codecov
|
1267 | 1271 | if: matrix.coverage
|
1268 |
| - uses: codecov/codecov-action@v1.0.3 |
| 1272 | + uses: codecov/codecov-action@v1 |
1269 | 1273 | with:
|
1270 | 1274 | name: phpunit-php${{ matrix.php }}-mongodb
|
1271 | 1275 | flags: phpunit_mongodb
|
1272 |
| - token: ${{ secrets.CODECOV_TOKEN }} |
| 1276 | + fail_ci_if_error: true |
1273 | 1277 | continue-on-error: true
|
1274 | 1278 | - name: Upload coverage results to Coveralls
|
1275 | 1279 | if: matrix.coverage
|
@@ -1316,6 +1320,7 @@ jobs:
|
1316 | 1320 | - name: Install system packages
|
1317 | 1321 | run: |
|
1318 | 1322 | apk add \
|
| 1323 | + bash \ |
1319 | 1324 | unzip \
|
1320 | 1325 | - name: Cache mongodb PHP extension build
|
1321 | 1326 | uses: actions/cache@v1
|
@@ -1412,11 +1417,11 @@ jobs:
|
1412 | 1417 | continue-on-error: true
|
1413 | 1418 | - name: Upload coverage results to Codecov
|
1414 | 1419 | if: matrix.coverage
|
1415 |
| - uses: codecov/codecov-action@v1.0.3 |
| 1420 | + uses: codecov/codecov-action@v1 |
1416 | 1421 | with:
|
1417 | 1422 | name: behat-php${{ matrix.php }}-mongodb
|
1418 | 1423 | flags: behat_mongodb
|
1419 |
| - token: ${{ secrets.CODECOV_TOKEN }} |
| 1424 | + fail_ci_if_error: true |
1420 | 1425 | continue-on-error: true
|
1421 | 1426 | - name: Upload coverage results to Coveralls
|
1422 | 1427 | if: matrix.coverage
|
@@ -1465,6 +1470,7 @@ jobs:
|
1465 | 1470 | - name: Install system packages
|
1466 | 1471 | run: |
|
1467 | 1472 | apk add \
|
| 1473 | + bash \ |
1468 | 1474 | unzip \
|
1469 | 1475 | - name: Cache mongodb PHP extension build
|
1470 | 1476 | uses: actions/cache@v1
|
@@ -1554,11 +1560,11 @@ jobs:
|
1554 | 1560 | continue-on-error: true
|
1555 | 1561 | - name: Upload coverage results to Codecov
|
1556 | 1562 | if: matrix.coverage
|
1557 |
| - uses: codecov/codecov-action@v1.0.3 |
| 1563 | + uses: codecov/codecov-action@v1 |
1558 | 1564 | with:
|
1559 | 1565 | name: phpunit-php${{ matrix.php }}-elasticsearch
|
1560 | 1566 | flags: phpunit_elasticsearch
|
1561 |
| - token: ${{ secrets.CODECOV_TOKEN }} |
| 1567 | + fail_ci_if_error: true |
1562 | 1568 | continue-on-error: true
|
1563 | 1569 | - name: Upload coverage results to Coveralls
|
1564 | 1570 | if: matrix.coverage
|
@@ -1607,6 +1613,7 @@ jobs:
|
1607 | 1613 | - name: Install system packages
|
1608 | 1614 | run: |
|
1609 | 1615 | apk add \
|
| 1616 | + bash \ |
1610 | 1617 | unzip \
|
1611 | 1618 | - name: Cache mongodb PHP extension build
|
1612 | 1619 | uses: actions/cache@v1
|
@@ -1703,11 +1710,11 @@ jobs:
|
1703 | 1710 | continue-on-error: true
|
1704 | 1711 | - name: Upload coverage results to Codecov
|
1705 | 1712 | if: matrix.coverage
|
1706 |
| - uses: codecov/codecov-action@v1.0.3 |
| 1713 | + uses: codecov/codecov-action@v1 |
1707 | 1714 | with:
|
1708 | 1715 | name: behat-php${{ matrix.php }}-elasticsearch
|
1709 | 1716 | flags: behat_elasticsearch
|
1710 |
| - token: ${{ secrets.CODECOV_TOKEN }} |
| 1717 | + fail_ci_if_error: true |
1711 | 1718 | continue-on-error: true
|
1712 | 1719 | - name: Upload coverage results to Coveralls
|
1713 | 1720 | if: matrix.coverage
|
|
0 commit comments