Skip to content

Commit fcc3d2b

Browse files
authored
meta(ci): Don't fail CI run when codecov fails to upload (#13930)
Ref: codecov/test-results-action#91 The job randomly fails and causes CI failure.
1 parent 0b00605 commit fcc3d2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ jobs:
611611

612612
- name: Upload test results to Codecov
613613
if: cancelled() == false
614+
continue-on-error: true
614615
uses: codecov/test-results-action@v1
615616
with:
616617
directory: dev-packages/browser-integration-tests
@@ -671,6 +672,7 @@ jobs:
671672

672673
- name: Upload test results to Codecov
673674
if: cancelled() == false
675+
continue-on-error: true
674676
uses: codecov/test-results-action@v1
675677
with:
676678
directory: dev-packages/browser-integration-tests
@@ -1034,6 +1036,7 @@ jobs:
10341036

10351037
- name: Upload test results to Codecov
10361038
if: cancelled() == false
1039+
continue-on-error: true
10371040
uses: codecov/test-results-action@v1
10381041
with:
10391042
directory: dev-packages/e2e-tests

0 commit comments

Comments
 (0)