File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,6 @@ vendor/*
13
13
vagrant /.vagrant
14
14
15
15
tests /log /*
16
+ ! tests /log /.gitkeep
16
17
tests /TestConfiguration.php
17
18
Original file line number Diff line number Diff line change 5
5
</testsuite >
6
6
</testsuites >
7
7
<logging >
8
- <log type =" coverage-html" target =" ./log" charset =" UTF-8" highlight =" false" lowUpperBound =" 35" highLowerBound =" 70" />
8
+ <log type =" coverage-html" target =" ./tests/ log" charset =" UTF-8" highlight =" false" lowUpperBound =" 35" highLowerBound =" 70" />
9
9
<log type =" coverage-text" target =" php://stdout" />
10
- <log type =" coverage-clover" target =" ./log/clover.xml" />
10
+ <log type =" coverage-clover" target =" ./tests/ log/clover.xml" />
11
11
</logging >
12
12
<filter >
13
13
<whitelist processUncoveredFilesFromWhitelist =" false" >
You can’t perform that action at this time.
0 commit comments