Skip to content

Commit d3beedf

Browse files
committed
Fix #152: Coveralls integration does not work
1 parent 8c75ab0 commit d3beedf

File tree

4 files changed

+397
-240
lines changed

4 files changed

+397
-240
lines changed

Diff for: .coveralls.yml

-6
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

Diff for: composer.json

+3-1
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)