Skip to content

Commit

Permalink
Added Codecoverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jan 11, 2019
1 parent 9073989 commit fa7621f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ before_script:

script:
# run unit tests
- app/vendor/bin/phpunit
- app/vendor/bin/phpunit --coverage-clover=coverage.xml

after_success:
- bash <(curl -s https://codecov.io/bash)

after_failure:
- cat app/log/userfrosting.log

0 comments on commit fa7621f

Please sign in to comment.