Skip to content

Commit 0b735b5

Browse files
committed
Add Codacy command for code coverage collection
1 parent 33173e7 commit 0b735b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"mtdowling/jmespath.php": "^2.3"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "~4.8|~5.2"
21+
"phpunit/phpunit": "~4.8|~5.2",
22+
"codacy/coverage": "dev-master"
2223
},
2324
"autoload": {
2425
"psr-4": {

0 commit comments

Comments
 (0)