Skip to content

Commit 88db774

Browse files
chore: fix coverage
1 parent 1e0f694 commit 88db774

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

codecov.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
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}"
2+
- "node_modules/**",
3+
- "src/swagger.ts",
4+
- "src/utils/**/*.{js,ts,jsx,tsx}"

0 commit comments

Comments
 (0)