theorchard / monolog-cascade

Configure multiple loggers and handlers in the blink of an eye
MIT License
145 stars 62 forks source link

Make coveralls more verbose #54

Closed rantonmattei closed 8 years ago

rantonmattei commented 8 years ago

Make coveralls more verbose to figure out why it is no reporting back to GH

rantonmattei commented 8 years ago

Got the following back.

$ sh -c "if [ '$COVERALLS' = '1' ]; then vendor/bin/coveralls -vvv ; fi"
Load coverage clover log:
  - /home/travis/build/theorchard/monolog-cascade/clover.xml
Found 14 source files:
  - 100.00% src/Cascade.php
  - 100.00% src/Config.php
  - 100.00% src/Config/ConfigLoader.php
  - 100.00% src/Config/Loader/ClassLoader.php
  - 100.00% src/Config/Loader/ClassLoader/FormatterLoader.php
  - 100.00% src/Config/Loader/ClassLoader/HandlerLoader.php
  - 100.00% src/Config/Loader/ClassLoader/LoggerLoader.php
  - 100.00% src/Config/Loader/ClassLoader/ProcessorLoader.php
  - 100.00% src/Config/Loader/ClassLoader/Resolver/ConstructorResolver.php
  - 100.00% src/Config/Loader/ClassLoader/Resolver/ExtraOptionsResolver.php
  - 100.00% src/Config/Loader/FileLoader/FileLoaderAbstract.php
  - 100.00% src/Config/Loader/FileLoader/Json.php
  - 100.00% src/Config/Loader/FileLoader/Yaml.php
  - 100.00% src/Config/Loader/PhpArray.php
Coverage: 100.00% (335/335)
Collect git info
Read environment variables
Dump submitting json file: /home/travis/build/theorchard/monolog-cascade/coveralls-upload.json
File size: 59.11 kB
Submitting to https://coveralls.io/api/v1/jobs
Server error occurred. status: 500 Internal Server Error
Build processing error.
elapsed time: 0.841 sec memory: 7.50 MB

I'm currently checking with Coveralls what's going on. Especially this 500 error.

rantonmattei commented 8 years ago

Coveralls is currently investigating an elevated number of 500 errors. http://status.coveralls.io/

rantonmattei commented 8 years ago

Seems coveralls is still having issues. Merging this so we can keep track of what's going on on Travis CI