mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
feat: add codecov context
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
2e2980028d
commit
8007488ee3
9
.github/.codecov.yml
vendored
Normal file
9
.github/.codecov.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user