From 22354534a0adfdf336201c69b59caddeb076e3af Mon Sep 17 00:00:00 2001 From: Francois Chollet Date: Sat, 16 Sep 2023 09:42:46 -0700 Subject: [PATCH] Ignore legacy files in code coverage report --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yml b/codecov.yml index 63ad8099c..09e96b806 100644 --- a/codecov.yml +++ b/codecov.yml @@ -29,6 +29,8 @@ flag_management: - name: keras_core paths: - keras_core + ignore: + - keras_core/legacy - name: keras_core.applications paths: - keras_core/applications