@mojaloop/central-services-shared
Version:
Shared code for mojaloop central services
20 lines (19 loc) • 292 B
YAML
temp-directory: "./.nyc_output"
check-coverage: true
per-file: true
lines: 90
statements: 90
functions: 90
branches: 90
all: true
include: [
"src/**/*.js"
]
reporter: [
"lcov",
"text-summary"
]
exclude: [
"**/node_modules/**",
"src/util/proxies.js" # todo: increase test coverage
]