From d491e8e341c6a1e498e5eee2a292c976eff7dc98 Mon Sep 17 00:00:00 2001 From: McNaBry Date: Fri, 27 Oct 2023 14:56:56 +0800 Subject: [PATCH] Update codecov --- .github/codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index 376142b28e4..b37c79c8d82 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -13,3 +13,5 @@ coverage: threshold: 10% ignore: - "**/java/seedu/address/ui/**" # ignore test coverage on UI + - "**/java/seedu/address/Main" + - "**/java/seedu/address/MainApp"