Skip to content
Snippets Groups Projects
Commit a00ca278 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Add a coverage command

parent ecc418d6
No related branches found
No related tags found
No related merge requests found
Pipeline #105583 passed
......@@ -2,4 +2,5 @@
/var
/.php_cs
/.idea
/*.cache
\ No newline at end of file
/*.cache
/_coverage
\ No newline at end of file
......@@ -59,6 +59,9 @@
],
"cs": [
"@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff --diff-format=udiff"
],
"coverage": [
"@php vendor/bin/simple-phpunit --coverage-html _coverage"
]
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment