Skip to content

Commit

Permalink
build: fix phpunit build outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
gskema committed Oct 25, 2023
1 parent de21e32 commit ca41690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Tests & Style
run: |
composer test-coverage
composer test
composer style
- name: Make code coverage badge
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"scripts": {
"prep": "mkdir -p build",
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-clover=clover.xml",
"test-coverage-local": "php -d xdebug.mode=coverage ./vendor/bin/phpunit --coverage-html=build/coverage",
"test-local": "php -d xdebug.mode=coverage ./vendor/bin/phpunit",
"style": "@composer prep && ./vendor/bin/phpcs --standard=phpcs.xml -p"
},
"config": {
Expand Down

0 comments on commit ca41690

Please sign in to comment.