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 @@ ...@@ -2,4 +2,5 @@
/var /var
/.php_cs /.php_cs
/.idea /.idea
/*.cache /*.cache
\ No newline at end of file /_coverage
\ No newline at end of file
...@@ -59,6 +59,9 @@ ...@@ -59,6 +59,9 @@
], ],
"cs": [ "cs": [
"@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff --diff-format=udiff" "@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