Skip to content

Commit ebc694b

Browse files
committed
[TASK] Set code coverage job to not block workflow
1 parent 7f85aa8 commit ebc694b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codecoverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959

6060
- name: Upload coverage results to Coveralls
6161
uses: coverallsapp/github-action@v2
62+
with:
63+
fail-on-error: false
6264
env:
6365
github-token: ${{ secrets.GITHUB_TOKEN }}
6466
file: coverage.xml

0 commit comments

Comments
 (0)