Skip to content

Commit 35a81cf

Browse files
bobfloatsroot
authored andcommitted
Added coverall to project
1 parent 129ea0b commit 35a81cf

File tree

3 files changed

+66
-4
lines changed

3 files changed

+66
-4
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ before_script:
1616
- php app/console version:install --env=test
1717
- php app/console doctrine:fixtures:load --no-interaction --env=test
1818

19-
script: phpunit -c app
19+
script: phpunit -c app --coverage-clover build/logs/clover.xml
20+
21+
after_script:
22+
- php vendor/bin/coveralls -v

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"knplabs/github-api": "^1.5",
3737
"m4tthumphrey/php-gitlab-api": "7.13.*",
3838
"doctrine/doctrine-cache-bundle": "^1.3",
39-
"stof/doctrine-extensions-bundle": "^1.2"
39+
"stof/doctrine-extensions-bundle": "^1.2",
40+
"satooshi/php-coveralls": "^1.0"
4041
},
4142
"require-dev": {
4243
"sensio/generator-bundle": "~2.3",

composer.lock

Lines changed: 60 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)