code-coverage
Hudson Emma Plug-in
Emma\'开发者_StackOverflows Hudson plug-in is not generating the coverage.xml file! Where is it? I\'m leaving the \'Folders or files containing Emma XML reports\' blank so emma searches for the file,[详细]
2023-02-18 12:25 分类:问答Hudson/Jenkins: Buckminster emma: How to exclude packages
I use Jenkins and Buckminster for rcp app for CI and this works like a charme. The only problem I have is that the buckminster emma task does the code coverage for ALL packages in the checked-out work[详细]
2023-02-17 20:11 分类:问答Cobertura on Tomcat
I\'m trying to apply code coverage using Cobertura. The app is deployed in Tomcat 5, but when I instrument the .class files, the[详细]
2023-02-17 00:01 分类:问答Mocking Java enum to add a value to test fail case
I have an enum switch more or less like this: public static enum MyEnum {A, B} public int foo(MyEnum value) {[详细]
2023-02-16 23:08 分类:问答Aggregate cover_me results for rspec and cucumber
Before moving over to ruby 1.9.2 and cover_me I was using rcov. We don\'t tend to unit test controllers, relying instead on cucumb开发者_如何学JAVAer coverage. With rcov it was possible to aggregate t[详细]
2023-02-16 14:15 分类:问答Code coverage statistics on major projects
I am trying to find out the code coverage statistics on major projects/major companies: For example: What is the code coverage of the PERL code base? According to one of the answers on this post, i[详细]
2023-02-15 20:44 分类:问答Ignoring report generation for specific classes in cobertura maven plugin
I\'ve been using Cobertura plugin for report generation and instrumentation (with surefire). Here is the issue I am facing:[详细]
2023-02-15 18:32 分类:问答Code coverage tools for haml?
It looks like it\'s quite possible to get a useful coverage report for Haml code, due to its one one-statement-per-line st开发者_如何转开发ructure.[详细]
2023-02-14 20:12 分类:问答sphinx, buildbot (and code coverage). how do they integrate?
I have a not-so-small python package, with quite some history, documented with docstrings.During its development we introduced buildbot and later on Jenkins/Hudson.Recently I added a sphinx recipe to[详细]
2023-02-14 08:31 分类:问答Side effects of cobertura
After some efforts I finally get cobertura running correctly for my web application on a tomcat server. Everything seems fine until I committed it to the svn and hudson finished(failed) his work. With[详细]
2023-02-14 05:23 分类:问答