Skip to content

Commit 125a445

Browse files
committed
CI: Add configuration for Codecov.io
1 parent 3592bf9 commit 125a445

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

codecov.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# https://docs.codecov.io/docs/common-recipe-list
2+
# https://docs.codecov.io/docs/commit-status#patch-status
3+
4+
coverage:
5+
status:
6+
7+
project:
8+
default:
9+
target: auto
10+
threshold: 2%
11+
12+
patch:
13+
default:
14+
target: auto
15+
threshold: 2%

0 commit comments

Comments
 (0)