Karma reporter that checks coverage thresholds with coverage data generated by karma-coverage. Because it reads its data from a json file, it can also handle remapped coverage data provided by karma-remap-istanbul to allow source-map support.
10
stars
3
forks
source link
Config for watch mode to ignore process.exit(exitCode); #9
Could we have a function to run this in watch mode with a configuration watch: true or similar to not have process.exit(exitCode); happening when code coverage is not fulfilled?
This is a very easy change and I can make a PR if needed.
Hi,
Could we have a function to run this in watch mode with a configuration
watch: true
or similar to not haveprocess.exit(exitCode);
happening when code coverage is not fulfilled?This is a very easy change and I can make a PR if needed.
Thank you!