From bdcb3af9a6e6b401052a9c37e2781ef99124bf6a Mon Sep 17 00:00:00 2001 From: McNaBry Date: Fri, 27 Oct 2023 14:41:20 +0800 Subject: [PATCH 1/2] Update version number to 1.2.1 --- src/main/java/seedu/address/MainApp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/seedu/address/MainApp.java b/src/main/java/seedu/address/MainApp.java index 3d6bd06d5af..a8e3d2335ac 100644 --- a/src/main/java/seedu/address/MainApp.java +++ b/src/main/java/seedu/address/MainApp.java @@ -36,7 +36,7 @@ */ public class MainApp extends Application { - public static final Version VERSION = new Version(0, 2, 2, true); + public static final Version VERSION = new Version(1, 2, 1, true); private static final Logger logger = LogsCenter.getLogger(MainApp.class); From d491e8e341c6a1e498e5eee2a292c976eff7dc98 Mon Sep 17 00:00:00 2001 From: McNaBry Date: Fri, 27 Oct 2023 14:56:56 +0800 Subject: [PATCH 2/2] 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"