From 44f95059f77f2e0af8a3d81eff88054ab65c9f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sat, 12 Feb 2022 00:03:40 -0300 Subject: [PATCH] Temporarily ignore the kbuilder in codecov since it is not currently ready to use --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index 4e9e3ac..ffc036f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,3 +2,4 @@ coverage: ignore: - "internal/**/*" - "examples/**/*" + - "kbuilder/*"