Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit ea6dcec

Browse files
committed
Coverage integration.
1 parent 270948e commit ea6dcec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
key: v1-dependencies-{{ checksum "composer.json" }}
3030

3131
# run tests!
32-
- run: vendor/bin/phpunit
32+
- run: vendor/bin/phpunit --coverage-clover=coverage.xml
33+
- run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)