Skip to content

Commit e47f837

Browse files
chore: fix coverage
1 parent 4ce4bae commit e47f837

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ parsers:
33
enable_partials: yes
44

55
ignore:
6-
- "./node_modules/*",
7-
- "./src/swagger.ts",
8-
- "./src/utils/*"
6+
- "./node_modules/*"
7+
- "./src/swagger.ts"
8+
- "./src/utils/*/**.{ts,js}"

0 commit comments

Comments
 (0)