Skip to content

Commit 572b3a6

Browse files
authored
Allow coveralls to fail (#167)
1 parent 73719a5 commit 572b3a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
CI_AWS_REGION: ${{ secrets.CI_AWS_REGION }}
4141
COVERALLS_PARALLEL: true
4242
- name: Coveralls
43-
uses: coverallsapp/github-action@master
43+
uses: coverallsapp/github-action@v1
44+
continue-on-error: true
4445
env:
4546
COVERALLS_PARALLEL: true
4647
with:
@@ -51,6 +52,7 @@ jobs:
5152
steps:
5253
- name: Close parallel build
5354
uses: coverallsapp/github-action@v1
55+
continue-on-error: true
5456
with:
5557
parallel-finished: true
5658

0 commit comments

Comments
 (0)