Files
onspring-api-sdk-javascript/.nycrc
T

10 lines
264 B
JSON

{
"extends": "@istanbuljs/nyc-config-typescript",
"check-coverage": true,
"all": true,
"include": ["src/**/*.ts"],
"exclude": ["src/onspringApiSdk.ts", "**/*.spec.ts"],
"reporter": ["html", "lcov", "text", "text-summary"],
"report-dir": "coverage"
}