Skip to content

Commit 1e0f694

Browse files
chore: fix coverage
1 parent 99b2b6a commit 1e0f694

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

codecov.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ignore:
2+
- "src/**/*.{js,ts,jsx,tsx}",
3+
- "test/**/*.spec.{js,jsx,ts,tsx}",
4+
- "test/**/*.it.{js,jsx,ts,tsx}",
5+
- "test/**/*.test.{js,jsx,ts,tsx}",
6+
- "test/**/*.e2e.{js,jsx,ts,tsx}",
7+
- "!node_modules/**",
8+
- "!src/swagger.ts",
9+
- "!src/utils/**/*.{js,ts,jsx,tsx}"

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,6 @@
6262
"pre-commit": "lint-staged"
6363
}
6464
},
65-
"jest": {
66-
"collectCoverageFrom": [
67-
"src/**/*.{js,ts,jsx,tsx}",
68-
"test/**/*.spec.{js,jsx,ts,tsx}",
69-
"test/**/*.it.{js,jsx,ts,tsx}",
70-
"test/**/*.test.{js,jsx,ts,tsx}",
71-
"test/**/*.e2e.{js,jsx,ts,tsx}",
72-
"!node_modules/**",
73-
"!src/swagger.ts",
74-
"!src/utils/**/*.{js,ts,jsx,tsx}"
75-
]
76-
},
7765
"dependencies": {
7866
"@types/body-parser": "^1.19.0",
7967
"@types/cookie-parser": "^1.4.2",

0 commit comments

Comments
 (0)