mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-8876 Filtered asserts from coverage reports.
X-SVN-Rev: 30803
This commit is contained in:
parent
f996620c7b
commit
cd5ec415e7
1 changed files with 6 additions and 1 deletions
|
@ -674,7 +674,12 @@
|
|||
</java>
|
||||
|
||||
<!-- Generate HTML coverage report -->
|
||||
<clover-html-report outdir="${clover.out.dir}/html" title="ICU4J Code Coverage"/>
|
||||
<!-- <clover-html-report outdir="${clover.out.dir}/html" title="ICU4J Code Coverage"/> -->
|
||||
<clover-report>
|
||||
<current outfile="${clover.out.dir}/html" title="ICU4J Code Coverage">
|
||||
<format type="html" filter="assert" />
|
||||
</current>
|
||||
</clover-report>
|
||||
</target>
|
||||
|
||||
<!-- Release management targets -->
|
||||
|
|
Loading…
Add table
Reference in a new issue