From 5b2627e5961c3a2f68a36eb94e44ec1d53783e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Thu, 30 Dec 2021 12:26:18 -0300 Subject: [PATCH] Second attempt at ignoring coverage of the example files --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index ab38329..48689c5 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,3 @@ ignore: "internal/testtools" - "examples" + "examples/**"