setup-php/node_modules/async-limiter/.nycrc

10 lines
137 B
Plaintext
Raw Normal View History

2019-09-06 06:47:43 +07:00
{
"check-coverage": false,
"lines": 99,
"statements": 99,
"functions": 99,
"branches": 99,
"include": [
"index.js"
]
}