[infinispan-issues] [JBoss JIRA] (ISPN-2202) Setup code coverage reporting in Infinispan
Martin Gencur (JIRA)
jira-events at lists.jboss.org
Tue Aug 14 07:33:14 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Gencur updated ISPN-2202:
--------------------------------
Description:
Set up code coverage reporting in community Infinispan (master branch).
* Use JaCoCo tool
* Create a separate Maven profile for enabling the reporting (e.g. -Pcoverage, try to minimize code changes in pom files -> e.g. configure this in parent and
then just inherit in submodules)
* Create a Jenkins job under EDG-QE tab
* Try to identify weakly covered non-trivial code (don't care about trivial code
like setters, getters, simple utility methods etc.)
was:
Set up code coverage reporting in community Infinispan (master branch).
* Use JaCoCo tool
* Create a separate Maven profile for enabling the reporting (e.g. -Pcoverage)
- try to minimize code changes in pom files -> e.g. configure this in parent and
then just inherit in submodules
* Create a Jenkins job under EDG-QE tab
* Try to identify weakly covered non-trivial code (don't care about trivial code
like setters, getters, simple utility methods etc.)
> Setup code coverage reporting in Infinispan
> -------------------------------------------
>
> Key: ISPN-2202
> URL: https://issues.jboss.org/browse/ISPN-2202
> Project: Infinispan
> Issue Type: Feature Request
> Reporter: Martin Gencur
> Assignee: Anna Manukyan
>
> Set up code coverage reporting in community Infinispan (master branch).
> * Use JaCoCo tool
> * Create a separate Maven profile for enabling the reporting (e.g. -Pcoverage, try to minimize code changes in pom files -> e.g. configure this in parent and
> then just inherit in submodules)
> * Create a Jenkins job under EDG-QE tab
> * Try to identify weakly covered non-trivial code (don't care about trivial code
> like setters, getters, simple utility methods etc.)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list