flowxo-utils
Version:
Common utilities for Flow XO.
21 lines (20 loc) • 339 B
YAML
instrumentation:
root: lib
excludes: ['logger.js']
embed-source: true
include-all-sources: true
reporting:
reports:
- lcov
- text
watermarks:
statements: [90, 95]
lines: [90, 95]
functions: [90, 95]
branches: [90, 95]
check:
global:
statements: 95
lines: 95
functions: 95
branches: 95