From 7400525518571eeb64041d9a1ae87ca10343105d Mon Sep 17 00:00:00 2001 From: Francois Chollet Date: Sat, 16 Sep 2023 10:19:36 -0700 Subject: [PATCH] Fix coverage file --- codecov.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 09e96b806..566830771 100644 --- a/codecov.yml +++ b/codecov.yml @@ -9,6 +9,9 @@ coverage: default: target:auto +ignore: + - keras_core/legacy + comment: layout: "header, reach, diff, flags, files" behavior: default @@ -29,8 +32,6 @@ flag_management: - name: keras_core paths: - keras_core - ignore: - - keras_core/legacy - name: keras_core.applications paths: - keras_core/applications