Skip to content
Snippets Groups Projects
Commit df01b2fd authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix coverage

parent 4014e525
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ jobs: ...@@ -116,7 +116,7 @@ jobs:
env: Codecov env: Codecov
before_script: before_script:
- composer update - composer update
- php vendor/bin/phpunit - XDEBUG_MODE=coverage php vendor/bin/phpunit
script: script:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)
......
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