simple-auto-deploy
Version:
Utility to auto-deploy a node app on another folder
23 lines (22 loc) • 468 B
YAML
instrumentation:
include-all-sources: true
excludes: ['**/*.spec.js', 'spec/**/*.js', 'lib/cli.js']
reporting:
reports:
- lcov
watermarks:
statements: [60, 90]
lines: [60, 90]
functions: [60, 90]
branches: [60, 90]
check:
global:
statements: 99
lines: 99
branches: 99
functions: 99
each:
statements: 99
lines: 99
branches: 99
functions: 99