I am trying to get my angular + JS Coverage report in LCov Format.So tried to implement it as below:-
{
"CodeCoverageExcludes":
[
"*/Tests/**/*.js",
"*/Web/App_Themes/test*.js",
"*/Web/App_Themes/brands/*.js",
"*/Web/App_Themes/basictest/js/*.js",
"*/Web/App_Themes/Intranet/*.js"
],
"Transforms": [
{ "Name": "lcov", "Path": "lcov.dat" }
]
}
This above file is called as chutzpah.json. It's not giving me the correct overage report.Please suggest how and where to implement it to get the correct coverage report