Details
-
Type:
Story
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: 6.2.0 CE M5
-
Fix Version/s: 6.2.0 CE M5
-
Component/s: Tools, Tools > Testing
-
Similar Issues:
Description
We want to use Sonar to measure the total test coverage in our source code.
For that, we will use Cobertura library to instrument classes.
Once source code files are instrumented (*.ser files are generated), those files will be processed together with XML files generated by tests and exported to Sonar tool.
More information about Sonar: http://www.sonarsource.org
More information about Cobertura library: http://cobertura.sourceforge.net
