mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-30 04:39:02 +01:00
[coverage-text] Generate text code coverage report for output on travis console.
This commit is contained in:
parent
ce22f11f7f
commit
d00c5151b2
@ -18,7 +18,7 @@ before_script:
|
|||||||
- echo "extension=runkit.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
- echo "extension=runkit.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit --verbose --coverage-html code_coverage/
|
- phpunit --verbose --coverage-text --coverage-html code_coverage/
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then tests/code_coverage_upload.sh; fi"
|
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then tests/code_coverage_upload.sh; fi"
|
||||||
|
Loading…
Reference in New Issue
Block a user