File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 37
37
run : |
38
38
pipenv install
39
39
pipenv run python bin/ci.py --verbose --teardown
40
+
41
+ - name : Upload Scrutinizer coverage
42
+ uses : sudo-bot/action-scrutinizer@latest
43
+ # Do not run this step on forked versions of the main repository (example: contributor forks)
44
+ if : github.repository == 'runopencodeexit/query-resources-loader-bundle'
45
+ with :
46
+ cli-args : " --format=php-clover build/logs/clover.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}"
47
+
Original file line number Diff line number Diff line change 58
58
"bin" : " echo 'bamarni/composer-bin-plugin is not installed.'" ,
59
59
"phpunit" : [
60
60
" Composer\\ Config::disableProcessTimeout" ,
61
- " XDEBUG_MODE=coverage vendor-bin/dev/vendor/bin/phpunit --coverage-html ./build/phpunit"
61
+ " XDEBUG_MODE=coverage vendor-bin/dev/vendor/bin/phpunit --coverage-html ./build/phpunit --coverage-clover=./build/phpunit/clover.xml "
62
62
],
63
63
"composer-require-checker" : " XDEBUG_MODE=off vendor-bin/dev/vendor/bin/composer-require-checker check composer.json --config-file=`pwd`/composer-require-checker.config.dist.json" ,
64
64
"composer-unused" : " XDEBUG_MODE=off vendor-bin/dev/vendor/bin/composer-unused --excludeDir=build --excludeDir=tools" ,
You can’t perform that action at this time.
0 commit comments