-
- Downloads
Merge pull request #145 from thijskh/br00k-coveralls-support
Add coveralls support
No related branches found
No related tags found
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 4 additions, 0 deletionscomposer.json
- composer.lock 851 additions, 9 deletionscomposer.lock
- tools/phpunit/phpunit.xml 14 additions, 0 deletionstools/phpunit/phpunit.xml
.coveralls.yml
0 → 100644
... | @@ -26,6 +26,10 @@ | ... | @@ -26,6 +26,10 @@ |
"simplesamlphp/saml2": "~0.3", | "simplesamlphp/saml2": "~0.3", | ||
"simplesamlphp/xmlseclibs": "~1.3.2" | "simplesamlphp/xmlseclibs": "~1.3.2" | ||
}, | }, | ||
"require-dev": { | |||
"phpunit/phpunit": "~3.7", | |||
"satooshi/php-coveralls": "dev-master" | |||
}, | |||
"support": { | "support": { | ||
"issues": "https://github.com/simplesamlphp/simplesamlphp/issues", | "issues": "https://github.com/simplesamlphp/simplesamlphp/issues", | ||
"source": "https://github.com/simplesamlphp/simplesamlphp" | "source": "https://github.com/simplesamlphp/simplesamlphp" | ||
... | ... |
Please register or sign in to comment