Cobertura is a free and open-source Java tool based on jcoverage that calculates the percentage of code and branches covered by tests.

learn more… | top users | synonyms

-1
votes
0answers
19 views

How to integrate Android project with Cobertura for Code Coverage [closed]

I want to integrate my Android project with the Cobertura tool for code coverage. Is it possible to integrate it ? If yes, what are the steps we need to do for integrating it with our Android project. ...
0
votes
1answer
25 views

Cobertura Report Generation Issue

I am facing an issue in generating cobertura report. Files getting compiles successfully. but during report generation i am getting import error as package not found.
0
votes
0answers
30 views

Cobertura Branch coverage say N/A

i have followed every steps how to do the cobertura Report. At the End of the Report it say Branch Coverage as N/A and line Coverage as 100% Coverage Report]1] and 2] please Verify wheather the ...
0
votes
0answers
64 views

Cobertura not generating coverage.xml

I am using maven3 and cobertura. Its able to generate only html code coverage report. There is no coverage.xml created inside cobertura folder. My configuration is <plugin> ...
0
votes
0answers
14 views

List of classes with decreased code coverage since last commit/run

we have strict rules for code coverage in our project. And using jenkins/sonar/cobertura to check it. Do you know whether and how could I get list of all classes which code coverge decreased since ...
0
votes
0answers
62 views

How to run cobertura standalone using gcovr coverage.xml?

I am able to generate html code coverage report form my IOS application using gcovr and jenkins cobertura plugin. Is there any way of running cobertura plugin that takes coverage.xml from gcovr and ...
0
votes
1answer
46 views

Sonar-Cobertura custom filters

I am using sonar in my project through sonar-maven plugin . I am using Cobertura plugin for code coverage analysis. I want to exclude some modules/classes from code coverage report. How can I do it? ...
1
vote
1answer
95 views

gcovr - cobertura

With gcovr I am able to generate code coverge report(coverage.xml) for my IOS application.How will I use cobertura plugin to convert the coverage.xml to cobertura html report? Any help appreciated!
0
votes
0answers
51 views

Cobertura Not generating Proper XML Files

Build Succeeds, but I am getting the following error. This was not happening until recently. I have not changed anything in the last few builds. [Cobertura] Publishing Cobertura coverage report... ...
1
vote
1answer
39 views

Why the variations on Ant plugin taskdefs?

I'm really confused with the proper (most modern, best practices, etc.) way of defining taskdefs for Ant plugins. Below is a snippet of code that I pieced together taken from one of our in-house Java ...
1
vote
0answers
29 views

Disable cobertura-maven-plugin for specific lines

I'm using cobertura-it-maven plugin in java whith Hudson and sonar, and I have a portion of code like: ... if(LOG.isDebugEnabled()) { LOG.debug(...) } ... When I check coverage ...
1
vote
0answers
18 views

Intrument lib jars inside web application using ant

I have a web application. I want to instrument com.mycompany*jar inside XX.war/WEB-INF/lib. I have to do this with ant cobertura tasks. Is it possible to instrument classes in selected jars inside ...
0
votes
0answers
20 views

junit test runs normally but fails with ecobertura - NoSuchMethodError

I have a unit test that works fine by itself, but running with ecobertura in Eclipse fails with a NoSuchMethodError. The error is for a method whose signature just changed - it looks like the ...
0
votes
0answers
27 views

Is there a way to convert a Cobertura XML into an HTML report?

I have a XML file generated in a test. Is there a way to convert it to a HTML report ala Jenkins?
0
votes
0answers
31 views

Maven : generate only report

i have this POM.xml <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> ...
0
votes
1answer
178 views

Sonar + Multi Module Maven Projects

I am calling Sonar from my Jenkins job I noticed that the coverage of the classes in my domain module all show as having 0% test coverage even though the domains are being used in the other modules ...
0
votes
1answer
191 views

GCovr does not generate a valid report

I want to set up my Jenkins with Cobertura to track code coverage. Unfortunately I can not generate a valid xml. I'm using: gcovr 2.5-prerelease (r2774) Xcode 4.6.1 Build version 4H512 My ...
1
vote
2answers
196 views

Maven Compilation failure cannot access Enum with @Nonnull annotation when sonar:sonar plugin runs

I have a fairly large maven project with a bunch of subprojects, my bamboo instance runs continuous builds with "mvn clean deploy". Also there is a separate nightly "mvn clean sonar:sonar" that is ...
0
votes
0answers
27 views

Cobertura statistics per developer

do you know if there is some tool or maven plugin allowing to get cobertura data and specify it by developer? I know there is maven-blame-plugin but this is for findbugs, checkstyle and pmd reports. ...
0
votes
0answers
37 views

Eclemma reporting 1.2% code coverage, Cobertura reporting 30%

I have always used the eclemma plugin for eclipse, but for some reason the coverage tool is missing almost everything that I'm actually testing now. My unit tests cover an entire class. Within those ...
0
votes
0answers
52 views

Grails unit tests and cobertura xml file conflict (bug?)

To generate xml report from all unit tests in grails (2.1) u will only need tu run grails test-app. This command creates \target\test-reports\TESTS-TestSuites.xml file. I installed Cobertura plugin ...
0
votes
0answers
64 views

Maven Cobertura HTML Report not generating

I have been reading up on the issue on S.O. and still have no results despite applying the fixes mentioned. I simply want an html report on my Cobertura coverage, but nothing is produced in any of my ...
0
votes
1answer
108 views

Jenkins - Can master node access source code held on slave?

I have been conducted successful tests generating code coverage data on a c++ project using gcov, gcovr and Cobertura Jenkins plugin. In this simple project the build was done on the master node. In ...
0
votes
1answer
145 views

How to exclude classes from cobertura analysis in sonar report when running from Jenkins/Hudson Plugin?

There is some classes I want to exclude from my cobertura coverage analysis: - com.foo.NiceStuff - com.foo.CoolStuff This is the only way I know to exclude them: <plugin> ...
1
vote
1answer
161 views

scala code-coverage tool Cobertura on jenkins

I have difficulties with configuring Cobertura code-coverage tool in Jenkins to work with mixed Java/Scala project. Java classes works ok, but Cobertura don't analyze Scala tests. Scala-specific ...
0
votes
0answers
54 views

NetBeans 7 corbetura showing 0% coverage

I'm using Cobertura 1.9.4 with NetBeans 7.2.1, Ant 1.8.3 and JDK 1.7.0_05 with JUnit 4.10. My html coverage reports are being generated but they all list 0% Unit test coverage. This shouldn't be the ...
2
votes
2answers
121 views

What are the differences between the three methods of code coverage analysis?

This sonar page basically lists the various methods employed by different code coverage analysis tools: Source code instrumentation(Used by Clover) Offline byte code instrumentation(Used by ...
1
vote
0answers
99 views

How to use cobertura.ser generated by ant to be used while running maven integration test

I run integration-test with cucumber cases (say: with tag@abc in feature files) with following command and pom.xml snippet - pom.xml snippet: ... <plugin> ...
1
vote
3answers
187 views

cobertura-maven-plugin excludes configuration

I have a Maven project with a test case DefaultViewTypeToFragmentMapperTest.java in the directory /src/test/java/test/com/mycompany/myproduct/android/viewtype2fragmentmapper/. I want this test case ...
0
votes
0answers
133 views

Configuring Code Coverage to Work with Integration Test that Makes Web Service Call

I'm having trouble trying to get code coverage to work properly during integration testing. I'm using Cobertura IT Maven Plugin in this case, but I'm willing to try other code coverage plugins too. ...
0
votes
2answers
42 views

WebSphere cannot start webapp instrumented by cobertura

I instrumented a few classes, packed them in war and ear. Install this ear in WebSphere. Now this Application Status is Stopped. Should I place cobertura.jar anywere? Is where my mistake?
1
vote
0answers
171 views

Cobertura reporting 0% coverage despite meeting the requirements to work

Yeah, this is another one of those 0% coverage things. I have checked and confirmed the following: 1) ...that the program is indeed generating the appropriate cobertura.ser file and that that file ...
3
votes
2answers
158 views

Should we unit test console outputs?

I am working with some legacy code that has some System.out.print commands in itself. My eCobertura plugin shows this lines red, so I want to unit test them. Here in stackoverflow I found a way to ...
0
votes
1answer
890 views

Running code coverage with Cobertura and Jacoco

I have a bit of a problem getting code coverage reports for both Integration Tests and Unit Tests in Sonar for a Maven Plugin project (which uses invoker plugin for the integration tests). I can't ...
2
votes
1answer
75 views

On-the-fly code coverage for a Maven project in Eclipse?

Is such a thing possible? To explain: I'm on a project where the Acceptance Tests are being run in a bespoke way from an actual webpage rather than as part of one of Maven's test phases. It's a long ...
0
votes
0answers
43 views

how to convert codecov coverage results to Cobertura(Jenkins) file format

I have done the code coverage Analysis of my CPP code using Intel codecov tool. Now i want to convert the result and want to see analysis using Cobertura file format. Please give the steps to do so. ...
0
votes
0answers
18 views

cobertura: tests in other place

my maven multi modull project structure: project in folder Workspace: com.chip.model packages ... projectin folder Workspace\test: com.chip.model.test packages .... and i use moreunit ...
0
votes
1answer
96 views

Kill JVM not forcibly from command line in Windows 7

I have Cobertura instrumented jar running in JVM. When I press Ctrl-C in Windows console, where application runs, JVM ends and Cobertura results are successfully flushed to cobertura.ser file. But I ...
2
votes
1answer
82 views

Hudson build failing with NoClassDefFoundError when generating Cobertura coverage report

I'm having a problem generating a Cobertura report with Hudson and Maven, and I'm hoping that someone here may have a solution. I can see that cobertura artifacts are generated when hudson builds my ...
2
votes
2answers
136 views

Relationship between cobertura and surefire

The problem in 1 sentence: "Cobertura does not produce correct code coverage" Below is my pom.xml file <?xml version="1.0" encoding="UTF-8"?> <project ...
1
vote
1answer
46 views

Trouble producing cobertura coverage

My code contains tests and those tests run fine upon mvn clean install I have included a cobertura prlugin in order to produce the reports as <plugin> ...
0
votes
0answers
93 views

Trying to use cobertura in maven project

We are trying to use cobertura in maven project. If I run mvn clean test everyone test works without a issues if I try: mvn cobertura:cobertura none of my test work.. I have the following ...
1
vote
1answer
100 views

Why is Cobertura not working in my Spring/Hibernate Webapp?

I want to use Cobertura code coverage recording in my web application, but can't get it to work. I suspect, the problem is some conflict between Spring or Hibernate and Cobertura since all three use ...
0
votes
1answer
89 views

Integration code coverage with cobertura and ant

Anyone know if possible to separate the unit coverage and integration coverage on sonar using cobertura and ant? Can provide any example if it is possible? Thanks!!!
0
votes
1answer
59 views

Code Coverage in Web Applications (Wicket)

I am using Apache Wicket as my web application framework in Eclipse. Currently I have eCobertura as an eclipse plugin installed. But it needs a main() method to run. I do not have one. So how can I ...
0
votes
0answers
58 views

Measure unit code coverage % for function/method on Cyclomatic Complexity?

Is there an approach to collect/report on unit test coverage based on a complexity ratio such as Cyclomatic Complexity on a method/function level? The reason/intent is to provide a measurable metric ...
5
votes
2answers
296 views

Static class initialization not performed when running JUnit test

I have a java class with some static fields: private static final PDMapCacheDAO REST_CACHE_DAO = new PDMapCacheDAOImpl( Constants.REST_CACHE_NAME ); private static final PDMapCacheDAO ...
0
votes
0answers
14 views

Apply patch in cobertura

For one of the issues I am facing, I see a resolution in net( http://sourceforge.net/tracker/?func=detail&aid=3090547&group_id=130558&atid=720015 ) that I need to apply patch to cobertura ...
0
votes
1answer
113 views

Instrumented (by cobertura) @Decorator bean could not validated by OpenEJB for unit testing

In order to get code coverage report, i instrument the @Decorator bean by cobertura maven plugin. When running my unit test in OpenEJB container. The container reports some error during start up (new ...
1
vote
1answer
53 views

Cobertura -java.lang.IllegalArgumentException: Class does not have a default interface

I am using Cobertura to code coverage for Integration test. I am facing below issue while deploying instrumented jar in JBoss server. DEPLOYMENTS IN ERROR: Deployment ...

1 2 3 4 5 6