Skip to content
Snippets Groups Projects
  1. Jan 16, 2015
  2. Jan 15, 2015
  3. Jan 13, 2015
  4. Jan 12, 2015
    • Thijs Kinkhorst's avatar
      Only submit results for PHP 5.6 to coveralls · 3069a65f
      Thijs Kinkhorst authored
      & make phpunit dev dependency explicit.
      3069a65f
    • Brook Schofield's avatar
      Add coveralls support · cbade50a
      Brook Schofield authored
      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!
      cbade50a
    • Thijs Kinkhorst's avatar
      Disable the loading of external entities in XML documents. · e60d4802
      Thijs Kinkhorst authored
      To prevent local and remote file inclusion attacks. This is in most cases
      already disabled by default in system libraries, so this will be a no-op to
      most systems, but to be safe we explicitly disable it also.
      
      Fixes #74
      e60d4802
  5. Jan 08, 2015
  6. Jan 02, 2015
  7. Dec 19, 2014
  8. Dec 15, 2014
Loading