Questions tagged [clover]

Clover is a Java code coverage & test optimization application.

Clover is a Java code coverage and test optimization application developed by Atlassian. It is freely available to Non-profits and Open Source projects, but is also available for Commercial purchase.

Features of Clover include:

  • Test Optimization
  • Distributed Test Coverage Aggregation
  • Latest Run Coverage Reports which include:
    • Project Risks
    • Per-test Coverage
    • Project, Package, Class and Method-level coverage
  • Historical Coverage Reports
  • Test Results
    • Pass/Fail/Error per Test Class and Test
    • Coverage Contribution per Test
  • JIRA Dashboard using Clover Gadget
  • Java API Extensibility
213 questions
0
votes
2 answers

Running post build actions with external jobs in Jenkins

I'd like to run phpunit on an external server, the feed those results into a Jenkins plugin like the Clover PHP Coverage Report action. The code base has some library dependancies that the owner of the Jenkins server does not want deployed.
Parris Varney
  • 11,320
  • 12
  • 47
  • 76
0
votes
1 answer

Clover code coverage with multi module project

I'm trying to configure clover with maven. In parent pom file the lover configuration is as fallowed: com.atlassian.maven.plugins maven-clover2-plugin 3.3.0
Nava Polak Onik
  • 1,509
  • 2
  • 13
  • 17
0
votes
1 answer

Is there a Sonar API to get line level coverage for a given resource?

I am running clover before running the sonar ant task and providing its xml output to Sonar 3.7. Is it possible to later fetch the line level coverage data for a given Java file using one of the Sonar webservice API's? If not, is there a library…
Samarth Bhargava
  • 4,196
  • 3
  • 17
  • 16
0
votes
2 answers

java.io.IOException,Forbidden exception when running graph in CloudConnect

When I run an etl graph in CloudConnect a get this type of warning/error messages: INFO [WEB_DAV_SOURCE_FILE_LIST_0] - Retrying task=com.gooddata.clover.plugin.file.manipulator.AbstractFileManipulator$CheckExistence, attempt=1, waitTime=1000,…
0
votes
1 answer

clover / bullshtml - How to show source code lines

At the moment, the detailed breakdown shows the function calls but doesn't provide a breakdown of source code lines as you do if you use covhtml to generate the report. Is it because it's looking for the source in the place specified by the covfile…
Craig
  • 4,268
  • 4
  • 36
  • 53
0
votes
3 answers

Clover: unwanted code getting appended after instrumentation

I'm using 3.1.0 of Clover plugin for Checkstyle and PMD. Following code is getting appended on starting of the instrumented class public static class __CLR3_1_0crcrhnxpu1rh{public static com_cenqua_clover.CoverageRecorder…
Pankaj
  • 3,512
  • 16
  • 49
  • 83
0
votes
1 answer

Location of Maven + Clover instrumented classes

I can use Maven + Clover to generate code coverage report (in target\site\clover). But I found the instrumented classes is in target\classes, could I move it to other directory? The reason is that Maven will package all target\classes into final jar…
Dennys
  • 587
  • 2
  • 13
  • 33
0
votes
1 answer

clover and its coverage report without writing test cases

i am totally new to clover and its coverage... i have a web-application in java and i attached clover through ant,and eclipse and successfully i have written test cases for classes and it generating report as test passed. but in both cases it…
0
votes
1 answer

Clover : Statement and Method codecoverage

In the nice html code coverage that clover generates , I did not see any specific code coverage for method and statement. I just have one number that is overall code coverage. I believe we would like to get the individual percentage for method and…
Girish
  • 1,981
  • 3
  • 17
  • 18
0
votes
1 answer

Duplicate class error when both axistools and clover plugin are included in maven project

We have a maven project which uses clover and axistools-wsdl2java plugin. Platfrom is windows. We are using clover 2.4.0 plugin to get code coverage which integrated in project's pom.xml. Configured the clover plugin as shown below.
0
votes
1 answer

Clover web apps during runtime

Hello I am a Java web app developer I have a problem, I would like to make clover collect data during runtime for my web applications. I did manage to do so for a single application by adding a parameter to my tomcat…
Avi Y
  • 2,456
  • 4
  • 29
  • 35
0
votes
1 answer

Test Coverage in Jenkins for a Perl application

I just implemented an excellent example of test coverage in Perl described at Perl, Code Coverage Example But that required Module::Build , Now what if i have existing Perl Application which does NOT have the Module::Build instrumentation, is there…
kamal
  • 9,637
  • 30
  • 101
  • 168
0
votes
2 answers

Can Endeca Integrator Studio export a script to perform ETL on a RHEL server without a GUI?

We are using a Java Endeca API to perform ETL on various datasources on our production servers. It appears that Oracle Endeca Integrator Studio (Clover ETL) has the ability to perform many of these tasks. But it would not be possible to run Endeca…
0
votes
1 answer

Cloud I access builds directory from Jenkins/Hudson?

I use Jenkins to run Clover, I can see the HTML report on Jenkins' web GUI, but I also want to download clover.pdf. It's created under workspace directory (only newest version) and builds directory like…
Dennys
  • 587
  • 2
  • 13
  • 33
0
votes
1 answer

Eclipse Clover Plugin / Toggling Code Coverage Highlighting on Editor

I have recently been using Clover plugin for Eclipse and it's been incredibly useful. Perhaps the most useful part - the code coverage highlighting however is turning out to be incredibly annoying when writing/composing JUNIT tests. I was just…
Choksi
  • 43
  • 1
  • 1
  • 9
1 2 3
14
15