Skip to content

Commit f2772cf

Browse files
committed
feat: add fail-on-error: false to coveralls ci action
1 parent 458aae5 commit f2772cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
- name: Test
2222
run: npm run test:coverage
2323
- name: report coverage
24-
uses: coverallsapp/github-action@master
24+
uses: coverallsapp/github-action@main
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727
base-path: ./webapp
2828
path-to-lcov: ./webapp/coverage/lcov.info
29+
fail-on-error: false

0 commit comments

Comments
 (0)