try to enable coverage for the notes app

This commit is contained in:
Bernhard Posselt 2015-04-30 14:14:32 +02:00
parent cf16404219
commit 47736a61d5
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@ node_modules/
build/artifacts
.rvm
report
clover.xml
# just sane ignores
.*.sw[po]

View File

@ -31,6 +31,7 @@ script:
- cd ../core/apps/$APP_NAME
- find . -name \*.php -exec php -l "{}" \;
- phpunit --coverage-clover clover.xml -c phpunit.xml
- php ocular.phar code-coverage:upload --format=php-clover clover.xml
# execute js tests
- cd js