0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

coveralls...

This commit is contained in:
David Goodwin 2021-06-11 21:57:02 +01:00
parent 48d4435b84
commit d3851a840d

View File

@ -66,7 +66,7 @@ jobs:
run: php -m xdebug.mode=coverage vendor/bin/phpunit tests
- name: Coveralls
run: vendor/bin/php-coveralls ./clover.xml || true
run: vendor/bin/php-coveralls || true
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}