Skip to content

Commit ee9cfed

Browse files
committed
CI: Add configuration for Codecov.io
1 parent 5a9d747 commit ee9cfed

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

codecov.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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 # the required coverage value
10+
11+
patch:
12+
default:
13+
target: auto # the required coverage value

0 commit comments

Comments
 (0)