Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

coveralls coverage doesnot work on latest travis build #6829

Closed
samsonasik opened this issue Nov 2, 2014 · 4 comments
Closed

coveralls coverage doesnot work on latest travis build #6829

samsonasik opened this issue Nov 2, 2014 · 4 comments
Assignees
Labels
Milestone

Comments

@samsonasik
Copy link
Contributor

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 > ) :

screen shot 2014-11-02 at 2 28 51 pm

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[="..."]]
@samsonasik
Copy link
Contributor Author

seems related to #6734 ? //cc @Ocramius @DASPRiD

@samsonasik
Copy link
Contributor Author

I give a try to fix it at PR #6835

@samsonasik
Copy link
Contributor Author

#6835 failed.

@samsonasik
Copy link
Contributor Author

closing it in based on #6909

@Ocramius Ocramius self-assigned this Nov 30, 2014
@Ocramius Ocramius added this to the 2.4.0 milestone Nov 30, 2014
@Ocramius Ocramius added the bug label Nov 30, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants