From d2d8e449ae8a7e9c7a28ce1876958ef0b7ecf457 Mon Sep 17 00:00:00 2001 From: maddalax Date: Mon, 11 Nov 2024 10:10:40 -0600 Subject: [PATCH] does this work --- codecov.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/codecov.yml b/codecov.yml index 42c1096..49e98dd 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,3 @@ -coverage: - paths: - - "tasks/astgen/**" - - "framework/**" - ignore: - - "**" +ignore: + - "cli/htmgo/tasks/**" + - "!cli/htmgo/tasks/astgen/**"