Skip to content

Commit fe024fe

Browse files
committed
Add Codecov configuration
1 parent c2db39b commit fe024fe

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

codecov.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: auto
6+
threshold: 1%
7+
informational: true
8+
patch:
9+
default:
10+
target: auto
11+
threshold: 1%
12+
informational: true
13+
14+
comment:
15+
layout: "diff, flags, files"
16+
behavior: default
17+
require_changes: false
18+
require_base: false
19+
require_head: true
20+
21+
ignore:
22+
- "packages/docs/**"
23+
- "packages/tests/**"
24+
- "**/node_modules/**"
25+
- "**/*.spec.ts"
26+
- "**/*.test.ts"

0 commit comments

Comments
 (0)