artberri / rollup-plugin-istanbul

Seamless integration between Rollup and Istanbul
MIT License
43 stars 10 forks source link

Generate new coverage report when files change (using Karma)? #15

Closed jlmakes closed 7 years ago

jlmakes commented 7 years ago

Edit: Confirmed it was a karma-rollup-plugin bug. I switched to the latest version of karma-rollup-preprocessor (which isn't actually referenced in the rollup-plugin-istanbul README) and it now properly recompiles all dependencies and coverage reports on save.