tntim96 is announcing that JSCover with version number 1.0.20 is already available to download.
What is JSCover ?
JSCover is A powerful code coverage tool written in Java for analyzing and reporting on the quality and efficiency of JavaScript source code .
Code Coverage is a metric used in software development describing the amount of code that has been tested. The higher it is the better it is.JSCover was created on top of an older code coverage tool for JavaScript known as JSCoverage, on which development has stopped and subsequentially moved to JSCover itself.JSCover, at its core, is a simple tool, which will prove very valuable when preparing to release code in production environments.
This is changelog for JSCover version 1.0.20 :
- Fixed instrumentation for label without braces.
You can read the complete changelog and also download this latest version on their homepage:
tntim96.github.io