adding codecov

This commit is contained in:
Milos Stojanovic
2019-06-14 10:59:04 +02:00
parent 16e4de22da
commit bd73842408

View File

@@ -11,7 +11,7 @@ before_script:
- composer install --no-interaction
script:
- vendor/bin/phpunit
- vendor/bin/phpunit --coverage-clover=coverage.xml
after_success:
- bash <(curl -s https://codecov.io/bash)