We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ababf commit 1793237Copy full SHA for 1793237
electron/.nycrc.json .nycrc.json
@@ -2,7 +2,7 @@
2
"all": true,
3
"exclude": ["**/*.test*.ts"],
4
"extension": [".ts"],
5
- "include": ["src/**/*.ts"],
+ "include": ["electron/src/**/*.ts"],
6
"per-file": false,
7
"reporter": ["html"]
8
}
0 commit comments