instrumentation:
  excludes:
    - spec/**/*
check:
  global:
    statements: 90
    lines: 90
    branches: 60
    functions: 90
