From 71e1eb80e6c0557f6217c302fd8e77ada2492173 Mon Sep 17 00:00:00 2001 From: "Matthew (Matt) Jeffryes" Date: Mon, 25 Nov 2024 11:18:55 -0800 Subject: [PATCH] Exclude tools dir fom codecov I'm assuming since this is just tooling to generate the ref metadata, we don't feel like it needs to be covered with extensive testing. --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yml b/codecov.yml index bfdc9877d9..9a33b236f4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,3 +6,5 @@ coverage: patch: default: informational: true + ignore: + - "provider/tools"