We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b719f4a commit 852bd91Copy full SHA for 852bd91
packages/core/functions-js/.github/workflows/tests.yml
@@ -32,6 +32,8 @@ jobs:
32
run: npm run test:coverage
33
34
- name: Upload coverage results to Coveralls
35
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2
36
+ continue-on-error: true
37
with:
38
+ fail-on-error: false
39
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments