Skip to content

Commit

Permalink
Ignore issues with coverage step/job (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Aug 23, 2022
1 parent 985b608 commit 8c10f8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -59,6 +59,7 @@ jobs:

- name: Submit coverage
uses: coverallsapp/github-action@master
continue-on-error: true
with:
github-token: ${{ secrets.github_token }}
flag-name: Node.js ${{ matrix.node }} on ${{ matrix.os.name }}
Expand All @@ -68,6 +69,7 @@ jobs:
name: Coverage
needs: test
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Finish coverage
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 8c10f8b

Please sign in to comment.