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

lets get some output from coveralls to check what is going on

This commit is contained in:
David Goodwin 2021-10-12 22:12:26 +01:00
parent 03ab100b4a
commit b21583ea40

View File

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