Skip to content

Commit 9c59ba2

Browse files
authored
Merge pull request #153 from zaporylie/fix/coveralls
Fix #152: Coveralls integration does not work
2 parents bd9440b + d3beedf commit 9c59ba2

File tree

4 files changed

+397
-240
lines changed

4 files changed

+397
-240
lines changed

.coveralls.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
#.coveralls.yml
2-
3-
src_dir: lib/
4-
51
# single file
62
coverage_clover: test/output/clover.xml
7-
8-
93
json_path: test/output/coveralls-upload.json

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"php-http/guzzle6-adapter": "^1.0",
2727
"mockery/mockery": "^0.9.4",
2828
"friendsofphp/php-cs-fixer": "^1.11",
29-
"nyholm/nsa": "^1.0"
29+
"nyholm/nsa": "^1.0",
30+
"satooshi/php-coveralls": "dev-master",
31+
"phpunit/phpcov": "2.*"
3032
},
3133
"autoload": {
3234
"psr-4": {

0 commit comments

Comments
 (0)