Skip to content

Commit 8fc326c

Browse files
authored
Create codecov.yml
1 parent a042cbf commit 8fc326c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

codecov.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
coverage:
2+
ignore:
3+
- '**/*.test.tsx'
4+
- '**/*.test.ts'
5+
status:
6+
project:
7+
default:
8+
target: 90%
9+
threshold: 1%
10+
# must:
11+
# target: 100%
12+
# paths:
13+
# - src/controller
14+
# - src/model
15+
# - src/formula
16+
patch: off

0 commit comments

Comments
 (0)