Skip to content

Commit 1793237

Browse files
authored
runfix: NYC report (#2520)
1 parent f9ababf commit 1793237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron/.nycrc.json .nycrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"all": true,
33
"exclude": ["**/*.test*.ts"],
44
"extension": [".ts"],
5-
"include": ["src/**/*.ts"],
5+
"include": ["electron/src/**/*.ts"],
66
"per-file": false,
77
"reporter": ["html"]
88
}

0 commit comments

Comments
 (0)