cobertura
How do I disable Cobertura in a child project when it is enabled by a Maven parent pom?
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[详细]
2023-04-12 21:13 分类:问答Generate HTML files from e-Cobertura
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[详细]
2023-04-11 19:48 分类:问答Cobertura makes my unit test fail. How to solve it?
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[详细]
2023-04-11 16:31 分类:问答Unit testing slow with Cobertura
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.[详细]
2023-04-07 11:41 分类:问答Cobertura in Jenkins always gets 0% coverage
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.[详细]
2023-04-02 13:49 分类:问答Comprehensive unit test coverage annotation
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[详细]
2023-03-29 04:21 分类:问答Testng, Emma, Cobertura, coverage and JDK 7 result in ClassFormatError and VerifyError
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[详细]
2023-03-27 05:27 分类:问答Cobertura code coverage results not complete
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[详细]
2023-03-14 23:31 分类:问答OpenEJB Assembler Error with Corbetura '1.10-svn' Instrumented EJBs
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[详细]
2023-03-11 14:06 分类:问答Cobertura custom filters
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[详细]
2023-03-07 05:22 分类:问答