mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
23 lines
377 B
JSON
23 lines
377 B
JSON
{
|
|
"all": true,
|
|
"extends": "@istanbuljs/nyc-config-babel",
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.tsx"
|
|
],
|
|
"exclude": [
|
|
"cypress/**/*.*",
|
|
"**/*.d.ts",
|
|
"**/*.cy.tsx",
|
|
"**/*.cy.ts"
|
|
],
|
|
"reporter": [
|
|
"text",
|
|
"html",
|
|
"text-summary",
|
|
"json",
|
|
"lcov"
|
|
],
|
|
"temp-dir": "coverage/.nyc_output",
|
|
"report-dir": "coverage/cypress"
|
|
} |