Skip to content

Commit 15aa55a

Browse files
committed
add codecov config
1 parent 08d9040 commit 15aa55a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

codecov.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
informational: true
6+
target: auto
7+
# adjust accordingly based on how flaky your tests are
8+
# this allows a 10% drop from the previous base commit coverage
9+
threshold: 10%
10+
patch:
11+
default:
12+
informational: true

0 commit comments

Comments
 (0)