From 9e0631184c95f4b10c34f0055309a46b12b289a4 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Sat, 23 Dec 2023 16:04:27 -0500 Subject: [PATCH] Add exclusions --- .codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 233bbedad..3b2e997a7 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -20,4 +20,5 @@ comment: # See https://docs.codecov.com/docs/ignoring-paths ignore: - extra/**/* - # - test/**/* + - config/**/* + - performance/**/*