Skip to content

Commit bd7aace

Browse files
committed
add bisschen code-coverage ist doch kein problem - sagt meine frau
1 parent 99ca2e2 commit bd7aace

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ before_script:
1818

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

21+
after_script:
22+
- php vendor/bin/coveralls -v
23+
2124
notifications:
2225
hipchat: 1fbdbbbaa517c485f935a6d72f1110@ps-webforge
2326

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"mockery/mockery": "dev-master",
3333
"webforge/testplate": "1.4.*@stable",
3434

35-
"symfony/event-dispatcher": "2.3@stable"
35+
"symfony/event-dispatcher": "2.3@stable",
36+
"satooshi/php-coveralls": "dev-master"
3637
},
3738
"suggest": {
3839
"webforge/doctrine": "To persist the navigation tree generated from NestedSetConverter"

resources/installTemplates/.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ before_install:
1212
- composer self-update
1313
- COMPOSER_ROOT_VERSION=dev-master composer install --dev --prefer-source --no-interaction
1414

15-
script: phpunit%PHPUnitArgs%
15+
script: phpunit%PHPUnitArgs% --coverage-clover build/logs/clover.xml
16+
17+
after_script:
18+
- php vendor/bin/coveralls -v
1619

1720
notifications:
1821
hipchat: 1fbdbbbaa517c485f935a6d72f1110@ps-webforge

0 commit comments

Comments
 (0)