Open sakshij opened 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.
include-all-sources: true
.istanbul.yml
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.