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

10 lines
264 B
JSON
Raw Normal View History

{
"extends": "@istanbuljs/nyc-config-typescript",
"check-coverage": true,
"all": true,
2023-02-01 23:45:14 -06:00
"include": ["src/**/*.ts"],
2023-02-02 20:24:20 -06:00
"exclude": ["src/onspringApiSdk.ts", "**/*.spec.ts"],
2023-02-01 23:45:14 -06:00
"reporter": ["html", "lcov", "text", "text-summary"],
"report-dir": "coverage"
2023-02-01 23:45:14 -06:00
}