From 002116eb38d5e3da7ebc72e9957c77ead5afbee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Thu, 30 Dec 2021 20:07:36 -0300 Subject: [PATCH] Last attempt to make codecov ignore the examples --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index d0feafe..af51292 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,3 @@ ignore: "internal/testtools" - "examples/*" + "examples/example_service"