We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458aae5 commit f2772cfCopy full SHA for f2772cf
.github/workflows/test.yaml
@@ -21,8 +21,9 @@ jobs:
21
- name: Test
22
run: npm run test:coverage
23
- name: report coverage
24
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@main
25
with:
26
github-token: ${{ secrets.GITHUB_TOKEN }}
27
base-path: ./webapp
28
path-to-lcov: ./webapp/coverage/lcov.info
29
+ fail-on-error: false
0 commit comments