UNPKG

975 BYAMLView Raw
1verbose: false
2instrumentation:
3 root: .
4 default-excludes: true
5 excludes: []
6 embed-source: false
7 variable: __coverage__
8 compact: true
9 preserve-comments: false
10 complete-copy: false
11 save-baseline: false
12 baseline-file: ./test-results/coverage-baseline.json
13 preload-sources: false
14reporting:
15 print: summary
16 reports:
17 - lcov
18 - cobertura
19 dir: ./test-results
20 watermarks:
21 statements: [50, 80]
22 lines: [50, 80]
23 functions: [50, 80]
24 branches: [50, 80]
25 report-config:
26 clover: {file: clover.xml}
27 cobertura: {file: cobertura-coverage.xml}
28 json: {file: coverage-final.json}
29 json-summary: {file: coverage-summary.json}
30 lcovonly: {file: lcov.info}
31 teamcity: {file: null}
32 text: {file: null, maxCols: 0}
33 text-summary: {file: null}
34hooks:
35 hook-run-in-context: false
36 post-require-hook: null
37 handle-sigint: false
\No newline at end of file