Skip to content

Commit a8c2d42

Browse files
authored
Merge pull request #1 from fabacino/feature/add-code-coverage
Add code coverage
2 parents 1ba8a5a + e71d585 commit a8c2d42

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ install:
1111
- composer install
1212

1313
script:
14-
- vendor/bin/phpunit tests
14+
- vendor/bin/phpunit --whitelist=src --coverage-clover=coverage.xml tests
15+
16+
after_success:
17+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)