7
edits
Mnandigama (talk | contribs) |
|||
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 | '''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 -> JSCoverage -> View Coverage loads the jscoverage.html file | <br> Tools -> JSCoverage -> View Coverage loads the jscoverage.html file | ||
<br> Tools -> JSCoverage -> Store Coverage saves the coverage data into a directory named "./jscoverage-report. | <br> Tools -> JSCoverage -> 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> == |
edits