You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
The latest success coveralls call is at 30 Apr 2014. The coverage coveralls service doesn't work on latest build. The travis build on after_script if expanded ( select the arrow > ) :
Detail error : 1 for phpcov.php
php vendor/bin/phpcov.php --merge --clover build/logs/clover.xml --whitelist library build/coverage
PHP Warning: require(PHP/CodeCoverage/Autoload.php): failed to open stream: No such file or directory in /home/travis/build/zendframework/zf2/vendor/sebastianbergmann/phpcov/src/autoload.php on line 44
PHP Stack trace:
PHP 1. {main}() /home/travis/build/zendframework/zf2/vendor/sebastianbergmann/phpcov/phpcov.php:0
PHP 2. require() /home/travis/build/zendframework/zf2/vendor/sebastianbergmann/phpcov/phpcov.php:46
2 It cause next issue in vendor/bin/coveralls calls :
php vendor/bin/coveralls
[Symfony\Component\Config\Definition\Exception\InvalidConfigurationException]
coverage_clover XML file is not readable
coveralls:v1:jobs [-c|--config[="..."]] [--dry-run] [--exclude-no-stmt] [-e|--env[="..."]]
The text was updated successfully, but these errors were encountered:
The latest success coveralls call is at 30 Apr 2014. The coverage coveralls service doesn't work on latest build. The travis build on
after_script
if expanded ( select the arrow>
) :Detail error :
1 for phpcov.php
2 It cause next issue in
vendor/bin/coveralls
calls :The text was updated successfully, but these errors were encountered: