Skip to content

Commit

Permalink
improve tooling by adding code-coverage merging and idea project stru…
Browse files Browse the repository at this point in the history
…cture (#66)
  • Loading branch information
wachterjohannes authored May 15, 2024
1 parent 40f6b14 commit caddc60
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 592 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
/docker-compose.override.yml
/.php-cs-fixer.php
/.php-cs-fixer.cache
/var/reports
/var/cobertura-coverage.xml
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"symfony/console": "^7.1"
},
"scripts": {
"test-with-coverage": "@test --coverage-php var/reports/coverage.cov --coverage-cobertura=var/cobertura-coverage.xml --coverage-html var/reports/html --log-junit var/reports/junit.xml",
"test": [
"Composer\\Config::disableProcessTimeout",
"vendor/bin/phpunit"
Expand Down
15 changes: 12 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit caddc60

Please sign in to comment.