Skip to content

Commit bbcc439

Browse files
committed
Fixed coveralls configuration
1 parent b385853 commit bbcc439

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/coveralls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
service_name: travis-ci
2-
coverage_clover: build/log/coverage/clover.xml
2+
coverage_clover: temp/coverage.xml
33
json_path: build/log/coverage/coveralls.json

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
type="coverage-html"
1919
target="temp/coverage"
2020
/>
21+
<log type="coverage-clover" target="temp/coverage.xml"/>
2122
<log
2223
type="coverage-text"
2324
target="php://stdout"

0 commit comments

Comments
 (0)