Skip to content
Snippets Groups Projects
Commit 04e07879 authored by Damien Labat's avatar Damien Labat
Browse files

test: try to fix CI test - remove phpunit coverage

parent ddf3bba3
No related branches found
No related tags found
1 merge request!1Export CSV feature
Pipeline #34835 failed
......@@ -58,7 +58,7 @@ unit_tests:
<<: *vendor-install-definition
<<: *cache-pull-definition
script:
- php -dxdebug.mode=coverage vendor/bin/phpunit --coverage-text --colors=never --coverage-html storage/artefacts/coverage/
- php -dxdebug.mode=coverage vendor/bin/phpunit --colors=never
coverage: /^\s+Lines:\s+(\d+)\.\d+%/
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment