Files
onspring-api-sdk-javascript/.nycrc
T
2023-02-01 23:45:14 -06:00

10 lines
255 B
JSON

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