Skip to content

Commit 14ad1fd

Browse files
committed
Compensate for Coveralls being down
1 parent ecd2f5b commit 14ad1fd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/Unit_Tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
COVERALLS_PARALLEL: true
6767
COVERALLS_FLAG_NAME: PHP ${{ matrix.php-versions }}
6868
run: ./vendor/bin/php-coveralls -x clover.xml -o coverage.json -v
69+
continue-on-error: true
6970

7071
finish:
7172
name: Close Coveralls Run
@@ -77,4 +78,5 @@ jobs:
7778
env:
7879
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
7980
COVERALLS_ENDPOINT: https://coveralls.io
80-
run: curl -k $COVERALLS_ENDPOINT/webhook?repo_token=$COVERALLS_REPO_TOKEN -d "payload[build_num]=$GITHUB_RUN_ID&payload[status]=done"
81+
run: curl -k $COVERALLS_ENDPOINT/webhook?repo_token=$COVERALLS_REPO_TOKEN -d "payload[build_num]=$GITHUB_RUN_ID&payload[status]=done"
82+
continue-on-error: true

docs

Submodule docs updated from d54da58 to e0e783e

0 commit comments

Comments
 (0)