From 1ff31b1bd9e1d22485b3af25aa87ef4b669a35f3 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Sun, 3 Nov 2024 16:05:17 -0700 Subject: [PATCH] Updated codecov config to also ignore the ui directory entirely, since it's not very conducive to tests as it is --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index 2d03be4..48faad0 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,3 +3,4 @@ coverage: ignore: - "**/*_tests.rs" + - "src/ui"