Skip to content

Commit 852bd91

Browse files
authored
chore: do not fail on coveralls error (#111)
1 parent b719f4a commit 852bd91

File tree

1 file changed

+3
-1
lines changed
  • packages/core/functions-js/.github/workflows

1 file changed

+3
-1
lines changed

packages/core/functions-js/.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: npm run test:coverage
3333

3434
- name: Upload coverage results to Coveralls
35-
uses: coverallsapp/github-action@master
35+
uses: coverallsapp/github-action@v2
36+
continue-on-error: true
3637
with:
38+
fail-on-error: false
3739
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)