feat: add codecov context

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw) 2023-05-16 15:58:25 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent 2e2980028d
commit 8007488ee3
1 changed files with 9 additions and 0 deletions

9
.github/.codecov.yml vendored Normal file
View File

@ -0,0 +1,9 @@
coverage:
status:
project:
default: false # disable the default status that measures entire project
pkg: # declare a new status context "pkg"
paths:
- pkg/* # only include coverage in "pkg/" folder
informational: true # Always pass check
patch: off # disable the commit only checks