dockerfile/examples/omnivore/official-src/omnivore-main/packages/api/.nycrc

16 lines
242 B
Plaintext
Raw Normal View History

2024-03-15 14:52:38 +08:00
{
"extends": "@istanbuljs/nyc-config-typescript",
"check-coverage": true,
"all": true,
"include": [
"src/**/*.ts"
],
"reporter": [
"text-summary"
],
"branches": 40,
"lines": 0,
"functions": 0,
"statements": 60
}