File: .istanbul.yml

package info (click to toggle)
node-asynckit 0.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 344 kB
  • sloc: javascript: 3,704; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
verbose: false
instrumentation:
    root: .
    extensions:
        - .js
    default-excludes: true
    excludes: ['test.js', '**/node_modules/**']
    compact: false
reporting:
    root: ./coverage/tmp
    print: summary
    reports:
        - lcov
    dir: ./coverage
    report-config:
      json:
        file: coverage.json
    watermarks:
        statements: [90, 99]
        lines: [90, 99]
        functions: [90, 99]
        branches: [90, 99]