mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 22:39:18 +08:00
8007488ee3
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
9 lines
329 B
YAML
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 |