I'm running the Karma Maven plugin with Karma-Coverage(Istanbul) for code coverage. Karma-Coverage seems to default at 80% for required (suggested?) code coverage, however I want to enforce 90% code coverage in the project. However, I can't figure out where to set this.
Is there a way to enforce a target code coverage with Karma/Istanbul?
Use the check option as @SeanH's answer.