You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
My company is using clove rfor ANT.
I am collecting coverage during runtime. For that I am moving the clover db from my environment to the server.
Thn I am generating a report.
This means that the original sources do not exist while creating the report.
That is the reason why I get errors when genrating the report.
My question is therefor, can I generae reports but without the code highlting part?
I've found an option for Ant as well :-) It works for HTML and XML reports. You have to set srcLevel=false attribute in clover-report/current/format task like below:
<clover-report> <current> <format type="html" srcLevel="false"/> <!-- Works for type="xml" too --> </current> </clover-report>
It's not possible using Ant task, but it can be done from the Clover command line interface - see HtmlReporter documentation and the -h/--hidesrc switch.
Instead of <clover-report/> or <clover-html-report/> task you can use a following command in your build.xml:
<java classname="com.cenqua.clover.reporters.html.HtmlReporter"
args="-h -i ${clover.initstring} -o /path/to/clover/report/dir"/>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Back in April of last year one of the major product announcements from Opsgenie was the launch of the Incident investigation view which created a deep connection between Bitbucket and Opsgenie, empow...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.