tntim96 / JSCover

JSCover is a JavaScript Code Coverage Tool that measures line, branch and function coverage
GNU General Public License v2.0
399 stars 84 forks source link

Remove conditional source from JSON #244

Closed tntim96 closed 7 years ago

tntim96 commented 7 years ago

Currently the conditional source for the JSCover HTML report is stored in and loaded from the coverage JSON.

The fix in #243 has accurate line position information, so the source for the report can now be calculated.