-
- Downloads
Add coveralls support
Updated the composer.lock to install satooshi/php-coveralls Add .coveralls.yml to stop errors. Added coverage_clover pointing to correct location. json_path now... anything to get bin/vendor/coveralls to actually execute! Only push coverage reports for a single version of PHP Add whitelist + exclusion files to coverage. Reduce code coverage % by processing all files :-) Beware adding additional directories for tests without setting up config + mocking the rest of the environment. Don't show uncovered files. Attempt upload for all PHP versions. Is this stacktrace always generated? Return to "true" for uncovered files. There is a path problem somewhere!
Showing
- .coveralls.yml 3 additions, 0 deletions.coveralls.yml
- .travis.yml 4 additions, 1 deletion.travis.yml
- README.md 2 additions, 1 deletionREADME.md
- composer.json 3 additions, 0 deletionscomposer.json
- composer.lock 474 additions, 3 deletionscomposer.lock
- tools/phpunit/phpunit.xml 14 additions, 0 deletionstools/phpunit/phpunit.xml
Loading
Please register or sign in to comment