Skip to content

Commit c6eb5b0

Browse files
committed
chore(31835): export nyc config
1 parent 1fd6870 commit c6eb5b0

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

hivemq-edge-frontend/.nycrc.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"all": true,
3+
"report-dir": "./coverage-cypress",
4+
"extends": "@istanbuljs/nyc-config-typescript",
5+
"check-coverage": true,
6+
"include": [
7+
"src/**/*.ts",
8+
"src/**/*.tsx"
9+
],
10+
"exclude": [
11+
"cypress/**/*.*",
12+
"**/*.d.ts",
13+
"**/*.cy.tsx",
14+
"**/*.cy.ts"
15+
]
16+
}

hivemq-edge-frontend/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@
163163
"msw": {
164164
"workerDirectory": "public"
165165
},
166-
"nyc": {
167-
"report-dir": "./coverage-cypress"
168-
},
169166
"engines": {
170167
"node": "18",
171168
"pnpm": "8"

0 commit comments

Comments
 (0)