Skip to content

Commit fa7621f

Browse files
committed
Added Codecoverage config
1 parent 9073989 commit fa7621f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ before_script:
3636

3737
script:
3838
# run unit tests
39-
- app/vendor/bin/phpunit
39+
- app/vendor/bin/phpunit --coverage-clover=coverage.xml
40+
41+
after_success:
42+
- bash <(curl -s https://codecov.io/bash)
4043

4144
after_failure:
4245
- cat app/log/userfrosting.log

0 commit comments

Comments
 (0)