coverage.xml revision c6e42f10a2fe0393820d08f7e0cda61a8487825f
<?xml version="1.0"?>
<!-- These tests are ready for automated test coverage.
If you'd like your test to be included here:
Don't use yui-debug.js or yui-min.js.
2. Make sure your test respects the filter
query string parameter by using something
like this in your test's YUI config:
var Y = YUI({
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min'
});
Then make sure ?filter=raw only includes raw JS.
Coverage tests are not allowed to use debug or min filters.
Feel free to add your test if it respects ?filter=raw.
-->
<yuitest>
<tests base="@TEST_ARTIFACTS_BASE@" timeout="120000">
<!-- Autocomplete uses selector-css3, which doesn't
instrument due to a bug in YUI Test Coverage.
<url>autocomplete/tests/functional/autocomplete.html</url>
-->
</tests>
</yuitest>