From 3665e29724d31e99112b7c4a37538e8a2f88fcc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Thu, 30 Dec 2021 12:54:13 -0300 Subject: [PATCH] Try to ignore the code coverage of the examples again --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 48689c5..edd5074 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,3 @@ ignore: "internal/testtools" - "examples/**" + "examples/**/*.go"