mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 00:20:28 +01:00
* Added 'flow-coverage-report' package for discussion * Aded flow-coverage command and configuration file * Moved FLow coverage config file to scripts/flow/coverage-config * Moved Flow coverage config back to root as dotfile
17 lines
273 B
Plaintext
17 lines
273 B
Plaintext
{
|
|
"excludeGlob": [
|
|
"node_modules/**",
|
|
"packages/**/__mocks__/*.js",
|
|
"packages/**/__tests__/*.js"
|
|
],
|
|
"includeGlob": [
|
|
"packages/**/src/**/*.js"
|
|
],
|
|
"outputDir": "flow-coverage",
|
|
"threshold": 90,
|
|
"type": [
|
|
"html",
|
|
"json",
|
|
"text"
|
|
]
|
|
} |