prooph / psr7-middleware

Consume prooph messages with a PSR7 middleware
http://getprooph.org/
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

coveralls.io hook not working #2

Closed codeliner closed 8 years ago

codeliner commented 8 years ago

@sandrokeil can you take a look why coveralls is not working? I've set everything up and travis-ci works/is green but coveralls status is unknown.

codeliner commented 8 years ago

ah ok, I've found the error:

> coveralls

  [Symfony\Component\Config\Definition\Exception\InvalidConfigurationException]  
  Unrecognized option "src_dir" under "coveralls"                                

coveralls:v1:jobs [-c|--config [CONFIG]] [--dry-run] [--exclude-no-stmt] [-e|--env [ENV]] [-x|--coverage_clover COVERAGE_CLOVER] [-r|--root_dir [ROOT_DIR]]
Script coveralls handling the coveralls event returned with an error

  [RuntimeException]                                                           
  Error Output:                                                                

    [Symfony\Component\Config\Definition\Exception\InvalidConfigurationExcept  
  ion]                                                                         
    Unrecognized option "src_dir" under "coveralls"                            

  coveralls:v1:jobs [-c|--config [CONFIG]] [--dry-run] [--exclude-no-stmt] [-  
  e|--env [ENV]] [-x|--coverage_clover COVERAGE_CLOVER] [-r|--root_dir [ROOT_  
  DIR]]                                                                        

coveralls [--dev] [--no-dev] [--] [<args>]...
sandrokeil commented 8 years ago

@codeliner Yes, seems something has changed in coveralls version 1.0? Maybe simply remove the src_dir definition in the config?