omnivore/packages/api/.nycrc
2022-07-14 19:34:31 +08:00

15 lines
241 B
JSON

{
"extends": "@istanbuljs/nyc-config-typescript",
"check-coverage": true,
"all": true,
"include": [
"src/**/*.ts"
],
"reporter": [
"text-summary"
],
"branches": 0,
"lines": 0,
"functions": 0,
"statements": 60
}