open-im-server/.github/.codecov.yml
Xinwei Xiong(cubxxw) 8007488ee3 feat: add codecov context
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
2023-06-29 22:44:22 +08:00

9 lines
329 B
YAML

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