Skip to content

Commit 8870ebc

Browse files
committed
feat: add codecov config file
1 parent 8a138af commit 8870ebc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

codecov.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
# Should increase overall coverage on each PR
6+
target: auto
7+
patch:
8+
default:
9+
# Require 80% coverage on all new/modified code
10+
target: 80%

0 commit comments

Comments
 (0)