Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit e0f43c1

Browse files
committed
Add clover coverage to CI config
1 parent 6319f1f commit e0f43c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ before_script:
2828
- composer install -o --prefer-dist --no-interaction
2929

3030
script:
31-
- php vendor/bin/phpunit.phar -c build/
31+
- php vendor/bin/phpunit.phar -c build/ --coverage-clover build/logs/clover.xml
3232

3333
after_success:
3434
- travis_retry php vendor/bin/coveralls.phar -v --exclude-no-stmt

0 commit comments

Comments
 (0)