willembult / mocha-phantomjs-istanbul

Collect istanbul coverage from instrumented client-side Mocha tests with PhantomJS
MIT License
8 stars 3 forks source link

All source files are not included in coverage report. #6

Open sakshij opened 6 years ago

sakshij commented 6 years ago

Istanbul only checks files which are included in the tests instead of looking at all instrumented files when reporting coverage. I have added include-all-sources: true to .istanbul.yml but that does not help. Kindly suggest a solution for this.