Skip to content

Commit 51363d8

Browse files
committed
[ci] Continue workflow when Coveralls fail
This commit updates the tests workflow to continue when the coveralls action fails as proposed by one of their incidents: https://status.coveralls.io/incidents/v5mcbrsbhgt4 Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
1 parent 3e90c93 commit 51363d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
4949
- name: Coveralls
5050
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
51+
continue-on-error: true
5152
with:
5253
coverage-reporter-version: "v0.6.9"
5354
flag-name: run ${{ join(matrix.*, ' - ') }}

0 commit comments

Comments
 (0)