Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 2edd9ff

Browse files
committed
chore: do not fail on coveralls error
1 parent dc5eee7 commit 2edd9ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ 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
3636
with:
37+
fail-on-error: false
3738
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)