Skip to content

Commit 3d97272

Browse files
committed
Added codecov.io support for code coverage reporting
1 parent 6309bdd commit 3d97272

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ php:
99
before_script:
1010
- composer install
1111

12-
script: ./vendor/bin/phpunit -v --configuration ./phpunit.xml.dist
12+
script:
13+
- ./vendor/bin/phpunit -v --configuration ./phpunit.xml.dist --coverage-clover=coverage.xml
14+
15+
after_success:
16+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)