Skip to content

Commit

Permalink
Add coverage reports for phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Aug 15, 2024
1 parent 4b2c41c commit 08eee4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"@deptrac"
],

"phpunit": "vendor/bin/phpunit --config=tests/ --testsuite=Unit",
"phpintegration": "vendor/bin/phpunit --bootstrap=/var/www/source/bootstrap.php --config=tests/ --testsuite=Integration",
"phpunit": "vendor/bin/phpunit --config=tests/ --testsuite=Unit --coverage-clover=tests/Reports/coverage_unit_module-template.xml",
"phpintegration": "vendor/bin/phpunit --bootstrap=/var/www/source/bootstrap.php --config=tests/ --testsuite=Integration --coverage-clover=tests/Reports/coverage_integration_module-template.xml",
"phpunit-coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --bootstrap=/var/www/source/bootstrap.php --config=tests/ --coverage-html=tests/Reports/coverage",

"codeception": [
Expand Down

0 comments on commit 08eee4a

Please sign in to comment.