QA:CodeCoverage: Difference between revisions

Line 115: Line 115:
<br> '''TIP''': If you don’t know what is an ‘lcov’ tool, please feel free to ‘google’ the term.  
<br> '''TIP''': If you don’t know what is an ‘lcov’ tool, please feel free to ‘google’ the term.  


'''TIP''': Please lcov 1.7.x since it provides both line and functional coverage.  
'''TIP''': Please use lcov 1.7.x or later since it provides coverage statistics at both line level, and also at the function.  


Then, execute the following command  
Then, execute the following command  
Line 135: Line 135:
<br> Tools -&gt; JSCoverage -&gt; View Coverage loads the jscoverage.html file  
<br> Tools -&gt; JSCoverage -&gt; View Coverage loads the jscoverage.html file  


<br> Tools -&gt; JSCoverage -&gt; Store Coverage saves the coverage data into a directory named "./jscoverage-report.  
<br> Tools -&gt; JSCoverage -&gt; Store Coverage saves the coverage data into a directory named "./jscoverage-report.


== <font color="GREEN">Scripts and Works around required </font>  ==
== <font color="GREEN">Scripts and Works around required </font>  ==
7

edits