1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2026-01-12 22:51:27 +03:00

do not fail on error from coveralls

This commit is contained in:
David Goodwin
2020-05-02 19:12:44 +01:00
parent 85e15790bb
commit 052f2faffb

View File

@@ -29,6 +29,6 @@ jobs:
run: mkdir -p build/logs || true
- name: Coveralls
run: vendor/bin/coveralls ./clover.xml
run: vendor/bin/coveralls ./clover.xml || true
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}