zepio/coverage.json

9 lines
287 B
JSON
Raw Permalink Normal View History

2019-01-28 16:33:23 -08:00
{
"concurrentFiles": 1,
"globExcludePatterns": ["node_modules/**", "dist/*.js"],
"flowCommandPath": "./node_modules/.bin/flow",
"globIncludePatterns": ["app/**/*.js", "config/**/*.js", "services/**/*.js", "utils/**/*.js"],
"threshold": 70,
2019-01-29 14:18:06 -08:00
"reportTypes": ["html", "badge"]
2019-01-28 16:33:23 -08:00
}