I have many projects which inherit from a parent pom. I enable Cobertura coverage reports in the parent via a Maven profile that is activated in our Jenkins CI builds. However, I want to disable Cober
I am using the e-cobertura plug-in for eclipse and am trying to generate the HTML file of the results. Anyone knows how to do that? What I am trying to do is basically do what cobertur开发者_开发问答a
I have a java class in a java project. I wrote 3 test cases for it with junit. The test cases are successful if I run them in E开发者_C百科clipse or mvn test in cmd. But every time I run them with mvn
I recently integrated Cobertura into my Ant build scripts and I am wondering if I did it correctly because it has significantly slowed down the time it takes to run the unit tests.
Some facts: I\'m using jenkins with Cobertura. I have a multi-module Android project, one module is for testing and the other is the actual bl.
Most of us are used to using things like Cobertura for finding unit test code coverage. Are there any set of annotations/framework that I can use开发者_开发技巧 to intelligently inform Cobertura to n
I have switched to the newest JDK 7 and I am having problems with running testng unit test on byte code that is fiddled by emma coverage tool. None of my test cases are run correctly and for most of t
I am using Cobertura for code coverage analysis. If I run a build in Jenkins the classes in generated are contained in the coverage result but the coverage is at 0%. If I run code coverage in my works
EJBs instrumented by the latest Cobertura (svn rev 794) will not load.Assembly and tests work fine with un-instrumented EJBs and EJBs instrumented with 1.9.4.1, so I\'m pretty sure it\'s related to Co
I\'m using Cobertura in a Jenkins/Hudson server script. I\'d like to ignore 开发者_高级运维certain kinds of methods/constructors from code coverage. For instance default constructors which are requir