Skip to content

Commit

Permalink
Merge pull request #7 from jimdelois/feature-coveralls
Browse files Browse the repository at this point in the history
Trying to Force Coveralls Update
  • Loading branch information
jimdelois committed Jul 27, 2015
2 parents 557e8f0 + 221096d commit d4d4452
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
service_name: travis-ci

src_dir: src
src_dir: ./src

coverage_clover: build/reports/phpunit-coverage-clover.xml
coverage_clover: ./build/reports/phpunit-coverage-clover.xml

json_path: build/reports/phpunit-coveralls-upload.json
json_path: ./build/reports/phpunit-coveralls-upload.json
1 change: 1 addition & 0 deletions src/Response/Code.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ final class Code
const NOT_EXTENDED = 510;
const NETWORK_AUTHENTICATION_REQUIRED = 511;


/**
* Validates whether the input response code is defined
* as a constant in this class.
Expand Down

0 comments on commit d4d4452

Please sign in to comment.