We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b00605 commit fcc3d2bCopy full SHA for fcc3d2b
.github/workflows/build.yml
@@ -611,6 +611,7 @@ jobs:
611
612
- name: Upload test results to Codecov
613
if: cancelled() == false
614
+ continue-on-error: true
615
uses: codecov/test-results-action@v1
616
with:
617
directory: dev-packages/browser-integration-tests
@@ -671,6 +672,7 @@ jobs:
671
672
673
674
675
676
677
678
@@ -1034,6 +1036,7 @@ jobs:
1034
1036
1035
1037
1038
1039
1040
1041
1042
directory: dev-packages/e2e-tests
0 commit comments