Skip to content

Commit

Permalink
Add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
KorvinSzanto committed Nov 13, 2014
1 parent f2d7abe commit ccdf612
Show file tree
Hide file tree
Showing 3 changed files with 430 additions and 4 deletions.
4 changes: 3 additions & 1 deletion circle.yml
@@ -1,6 +1,8 @@
test:
override:
- phpunit
- phpunit --coverage-clover build/logs/clover.xml
post:
- php vendor/bin/coveralls -v
machine:
php:
version: 5.6.2
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -24,6 +24,7 @@
"psr/log": "1.0.0"
},
"require-dev": {
"phpunit/phpunit": "*"
"phpunit/phpunit": "*",
"satooshi/php-coveralls": "dev-master"
}
}

0 comments on commit ccdf612

Please sign in to comment.