소스 검색

Clover now generates an XML report as well as HTML

Disabled the historical report generation for now


git-svn-id: http://svn.dmdirc.com/trunk@3864 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Chris Smith 16 년 전
부모
커밋
baf55f0d5d
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8
    1
      junitreport.xml

+ 8
- 1
junitreport.xml 파일 보기

@@ -19,7 +19,14 @@
19 19
     <target name="clover.html" if="clover.installed">
20 20
         <mkdir dir="reports/clover" />
21 21
         <mkdir dir="reports/clover/history" />
22
-        <clover-html-report outdir="reports/clover" historydir="reports/clover/history" title="DMDirc"/>
22
+        <clover-historypoint historydir="reports/clover/history" />
23
+        <clover-report>
24
+         <current outfile="reports/clover/clover.xml"/>
25
+         <current outfile="reports/clover">
26
+          <format type="html"/>
27
+         </current>
28
+         <!-- <historical outfile="reports/clover" historydir="reports/clover/history" /> -->
29
+        </clover-report>
23 30
     </target>
24 31
 
25 32
     <import file="nbproject/build-impl.xml"/>

Loading…
취소
저장