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

hi I can open my project in JSCover browser,But when I click Summary,It's empty, I can't get Coverage data #289

Closed Kepler-ZZ closed 4 years ago

Kepler-ZZ commented 4 years ago

hi,I use file mode,when I instrument the js file, I can open my project in JSCover browser, But when I click Summary,It's empty, I can't get Coverage data

image

tntim96 commented 4 years ago

Hi @Kepler-ZZ , is there some way I can replicate this?

EasilyTest commented 4 years ago

Hi @tntim96 ,I encountered the same problem,I follow the example given in the documentation to configure the proxy,When clicking the Summary menu, the page cannot jump to other pages (because js is not obtained),Is there more documentation to guide how to configure the proxy? There is another problem, when I stop the report, the js file is already stored locally,but the Summary still cannot be opened.

Best Regards