
|
If you were logged in you would be able to see more operations.
|
|
|
The attached patch improves the Cobertura report in two ways:
- Include files in src/groovy in the Cobertura report. Without this patch, the Cobertura report cannot find the source code for those classes (e.g., org.codehaus.groovy.grails.plugins.converters.codecs.JSONCodec).
- Exclude the test classes from the coverage report. (Including the test classes in the coverage report adversely affects the the coverage percentages, and as a general rule, one is typically only interested in measuring coverage for production code, not test cases.)
|
|
Description
|
The attached patch improves the Cobertura report in two ways:
- Include files in src/groovy in the Cobertura report. Without this patch, the Cobertura report cannot find the source code for those classes (e.g., org.codehaus.groovy.grails.plugins.converters.codecs.JSONCodec).
- Exclude the test classes from the coverage report. (Including the test classes in the coverage report adversely affects the the coverage percentages, and as a general rule, one is typically only interested in measuring coverage for production code, not test cases.)
|
Show » |
Sort Order:
made changes - 25/Feb/08 07:56 AM
| Field |
Original Value |
New Value |
|
Fix Version/s
|
|
1.0.2
[ 14084
]
|
made changes - 13/Mar/08 10:40 AM
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
Thanks for the patch!