-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Watermarks are not passed to reporters #143
Closed
Comments
nmalaguti
added a commit
to nmalaguti/karma-coverage
that referenced
this issue
Apr 14, 2015
Merges the coverageReporter config with the options passed to each reporter. Closes karma-runner#143
nmalaguti
added a commit
to nmalaguti/karma-coverage
that referenced
this issue
Jun 1, 2015
Merges the coverageReporter config with the options passed to each reporter. Merges in specified watermarks with the Istanbul defaults. Added tests for watermarks Closes karma-runner#143, karma-runner#144
This was referenced Feb 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Watermarks are not currently passed in the options to each reporter.
Config:
watermarks
, which is defined onconfig
, is not merged intooptions
before being passed intoistanbul.Report.create
.The text was updated successfully, but these errors were encountered: