Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit 11a3a1b

Browse files
author
Roshan Jossy
committed
test: ignore directories like components and styles in code coverage
1 parent 7e9983d commit 11a3a1b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

codecov.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ignore:
2+
- "src/components"
3+
- "src/assets"
4+
- "src/data"
5+
- "src/views"
6+
- "src/layouts"
7+
- "src/styles"
8+
- "src/modals"

0 commit comments

Comments
 (0)