Skip to content

Commit dcc5715

Browse files
Copilothckhanh
andcommitted
Add codecov.yml to ignore web/ directory from coverage
Co-authored-by: hckhanh <[email protected]>
1 parent 4598941 commit dcc5715

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

codecov.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: auto
6+
threshold: 1%
7+
patch:
8+
default:
9+
target: auto
10+
threshold: 1%
11+
12+
ignore:
13+
- "web/"
14+
- "web/**/*"

0 commit comments

Comments
 (0)