cobertura
Hudson "Source code is unavailable."
I\'m using Hudson to continuously build a Python project. Unit tests and code coverage work great, but this message appears when drilling into the Cobertura Coverage Report for my files that are not u[详细]
2022-12-20 17:42 分类:问答Zero code coverage with cobertura 1.9.2 but tests are working
I run the code coverage target: <junit fork=\"yes\" dir=\"${basedir}\" failureProperty=\"test.failed\">[详细]
2022-12-18 02:16 分类:问答How to change the default output from a Maven 2 / Cobertura instrument goal?
when i instrument my classes using Maven 2 using the command mvn cobertura:instrument The output (the instrumented classes) are put in \\target\\generated-classes. Is there a way to 开发者_开发知[详细]
2022-12-16 06:28 分类:问答How to instrument a multiproject Maven 2 with Cobertura?
My Maven 2 project consists of several sub-modules. It s structured containing and EJB, WAR and Jar sub modules.. Now i want to instrument the packaged EAR that contains all submodules as mentioned.[详细]
2022-12-16 05:08 分类:问答How to package Maven 2 generated-classes by Cobertura?
i have a Maven 2 project setup which nicely packages a war file using a pom.xml now i want to introduce Cobertura to that. I can succesfully instrument the classes but when i want to package the instr[详细]
2022-12-15 19:01 分类:问答