We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7465c86 commit 167acdcCopy full SHA for 167acdc
.github/workflows/build.yml
@@ -429,6 +429,8 @@ jobs:
429
if: github.event_name != 'pull_request'
430
431
- name: Parse and Upload Coverage
432
+ if: cancelled() == false
433
+ continue-on-error: true
434
uses: getsentry/codecov-action@main
435
with:
436
token: ${{ secrets.GITHUB_TOKEN }}
@@ -528,6 +530,8 @@ jobs:
528
530
NODE_VERSION: ${{ matrix.node }}
529
531
532
533
534
535
536
537
0 commit comments