coverage.xml

pull/338/head
David Goodwin 4 years ago
parent e661f2445a
commit 6c3d595c0b

@ -26,7 +26,7 @@ jobs:
run: composer build
- name: Coveralls
run: php vendor/bin/php-coveralls -v
run: php vendor/bin/php-coveralls -v --coverage-clover=coverage.xml
env:
COVERALLS_RUN_LOCALLY: 1
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

@ -14,7 +14,7 @@
"check-format": "php-cs-fixer fix --ansi --dry-run --diff",
"format": "php-cs-fixer fix --ansi",
"lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ --exclude lib/block_random_int.php --exclude lib/array_column.php .",
"test": "DATABASE=sqlite ./vendor/bin/phpunit tests/",
"test": "DATABASE=sqlite ./vendor/bin/phpunit --coverage-clover ./coverage.xml tests/",
"test-fixup": "mkdir -p templates_c ; test -f config.local.php || touch config.local.php",
"psalm": "@php ./vendor/bin/psalm --no-cache --show-info=false "
},

Loading…
Cancel
Save