Skip to content

Commit

Permalink
dass bißchen code-coverage ist doch kein problem - sagt mei frau
Browse files Browse the repository at this point in the history
  • Loading branch information
pscheit committed Oct 25, 2013
1 parent ae14b3f commit ee03e94
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .coveralls.yml
@@ -0,0 +1,4 @@
# for php-coveralls
service_name: travis-ci
src_dir: lib
coverage_clover: build/logs/clover.xml
9 changes: 9 additions & 0 deletions .gitattributes
@@ -0,0 +1,9 @@
/tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore
.travis.yml export-ignore
.coveralls.yml export-ignore
phpunit.xml.dist export-ignore
rmt.json export-ignore
*.sublime-project export-ignore
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,10 @@ before_install:
- composer self-update
- COMPOSER_ROOT_VERSION=dev-master composer install --dev --prefer-source --no-interaction

script: phpunit -c phpunit.travis.xml
script: phpunit -c phpunit.travis.xml --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v

notifications:
irc: "irc.freenode.org#webforge"
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -8,7 +8,8 @@
},
"require-dev": {
"webforge/testplate": "1.2.*@dev",
"liip/rmt": "0.9.*"
"liip/rmt": "0.9.*",
"satooshi/php-coveralls": "dev-master"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit ee03e94

Please sign in to comment.