Skip to content

Commit

Permalink
ci: 允许 coverage 步骤失败
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Sep 25, 2021
1 parent 4c9f984 commit 4803b05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:

- name: Coveralls
if: startsWith(hashFiles('coverage/lcov.info'), '5df6e0e27613') == false
continue-on-error: true
env:
COVERALLS_FLAG_NAME: node-${{ matrix.node-version }}
uses: coverallsapp/github-action@master
Expand All @@ -54,6 +55,7 @@ jobs:
coveralls-finish:
needs: [ jest ]
runs-on: ubuntu-18.04
continue-on-error: true
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 4803b05

Please sign in to comment.