From b983d029f7afe4a690b8aeb9b0e752f6fe0e7401 Mon Sep 17 00:00:00 2001 From: Incogdino Date: Sat, 28 Sep 2024 23:22:29 +0800 Subject: [PATCH 1/3] Update Github Actions build status badge to reflect team repo badge Github Actions build status badge was previously linked to the original repo which is used for educational purpose. It now points to our team's repo instead. --- docs/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 7601dbaad0d..e669c18bcff 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,8 +2,7 @@ layout: page title: AddressBook Level-3 --- - -[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions) +[![CI Status](https://github.com/AY2425S1-CS2103T-T11-2/tp/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/AY2425S1-CS2103T-T11-2/tp/actions/workflows/gradle.yml) [![codecov](https://codecov.io/gh/se-edu/addressbook-level3/branch/master/graph/badge.svg)](https://codecov.io/gh/se-edu/addressbook-level3) ![Ui](images/Ui.png) From 52d6f41c0ffa0d6f11273d01090a29afc5b32e03 Mon Sep 17 00:00:00 2001 From: Incogdino Date: Sat, 28 Sep 2024 23:28:26 +0800 Subject: [PATCH 2/3] Update Github Actions build status badge to reflect team repo badge Github Actions build status badge was previously linked to the original repo which is used for educational purpose. It now points to our team's repo instead. --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index e669c18bcff..dd6390265b1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,6 +2,7 @@ layout: page title: AddressBook Level-3 --- + [![CI Status](https://github.com/AY2425S1-CS2103T-T11-2/tp/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/AY2425S1-CS2103T-T11-2/tp/actions/workflows/gradle.yml) [![codecov](https://codecov.io/gh/se-edu/addressbook-level3/branch/master/graph/badge.svg)](https://codecov.io/gh/se-edu/addressbook-level3) From 76553a037d79369e64997f87d1a8b496770c681f Mon Sep 17 00:00:00 2001 From: Incogdino Date: Sat, 28 Sep 2024 23:31:07 +0800 Subject: [PATCH 3/3] Update Github Actions build status badge to reflect team repo badge Github Actions build status badge was previously linked to the original repo which is used for educational purpose. It now points to our team's repo instead. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index dd6390265b1..5ceb39ece28 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ layout: page title: AddressBook Level-3 --- -[![CI Status](https://github.com/AY2425S1-CS2103T-T11-2/tp/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/AY2425S1-CS2103T-T11-2/tp/actions/workflows/gradle.yml) +[![Java CI](https://github.com/AY2425S1-CS2103T-T11-2/tp/actions/workflows/gradle.yml/badge.svg)](https://github.com/AY2425S1-CS2103T-T11-2/tp/actions/workflows/gradle.yml) [![codecov](https://codecov.io/gh/se-edu/addressbook-level3/branch/master/graph/badge.svg)](https://codecov.io/gh/se-edu/addressbook-level3) ![Ui](images/Ui.png)