From 8007488ee38d2e626fcb56357c1998b5b19636c3 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw)" <3293172751nss@gmail.com> Date: Tue, 16 May 2023 15:58:25 +0800 Subject: [PATCH] feat: add codecov context Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> --- .github/.codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/.codecov.yml diff --git a/.github/.codecov.yml b/.github/.codecov.yml new file mode 100644 index 000000000..45e213180 --- /dev/null +++ b/.github/.codecov.yml @@ -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 \ No newline at end of file