ember-cli-code-coverage icon indicating copy to clipboard operation
ember-cli-code-coverage copied to clipboard

Add "check" as a configuration option and fail "ember test" if coverage fall below threshold

Open ssylvia opened this issue 8 years ago • 0 comments

check: {
  global: {
    statements: 0,
    lines: 0,
    branches: 0,
    functions: 0,
    excludes: []
  }
  each: {
    statements: 0,
    lines: 0,
    branches: 0,
    functions: 0,
    excludes: []
  }
}

ssylvia avatar Apr 27 '17 14:04 ssylvia