Skip to content

Commit

Permalink
Corrected coverage location
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Mar 9, 2014
1 parent 5e32a47 commit d84b64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
<string>https://coveralls.io/api/v1/jobs</string>
</element>
<element key="coverage_dir">
<string>/tmp/flysystem</string>
<string>/tmp/flysystem/</string>
</element>
</array>
</arguments>
</listener>
</listeners>
<logging>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="true"/>
<log type="coverage-clover" target="./clover.xml" />
<log type="coverage-clover" target="/tmp/flysystem/coverage.xml" />
</logging>
</phpunit>

0 comments on commit d84b64f

Please sign in to comment.