Skip to content

Commit fcb0a4e

Browse files
committed
disable code coverage in the UI by default, since there is significant overhead
1 parent c61e080 commit fcb0a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/ml-modules/root/test/default.xqy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ declare function local:main() {
178178
<td><label for="runteardown">Run Teardown after each test</label><input id="runteardown" type="checkbox" checked="checked"/></td>
179179
</tr>
180180
<tr>
181-
<td><label for="calculatecoverage">Calculate Coverage</label><input id="calculatecoverage" type="checkbox" checked="checked"/></td>
181+
<td><label for="calculatecoverage">Calculate Coverage</label><input id="calculatecoverage" type="checkbox" /></td>
182182
</tr>
183183
</tbody>
184184
</table>

0 commit comments

Comments
 (0)