From e57283b436eaa39289858dbf6d5d021fb74cad6f Mon Sep 17 00:00:00 2001 From: Shion Ichikawa Date: Mon, 27 May 2024 00:57:49 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=91=B7=20configure=20ignore=20path=20?= =?UTF-8?q?for=20codecov.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codecov.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/codecov.yaml b/codecov.yaml index bfb92e5..358aa28 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -4,4 +4,11 @@ coverage: precision: 2 parsers: go: - partials_as_hits: true \ No newline at end of file + partials_as_hits: true +ignore: + - "svc/cmd/*" + - "svc/runner/*" + - "svc/testing/*" + - "svc/handler/*" + - "svc/middleware/*" + - "svc/uc/*" From 1708535146a5a851d5724bdee3070af1c95915a7 Mon Sep 17 00:00:00 2001 From: Shion Ichikawa Date: Mon, 27 May 2024 01:47:23 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=9D=20=E3=81=95=E3=81=95=E3=82=8A?= =?UTF-8?q?=E3=82=87=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae60728..4026aa8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ ## Contributors - [Shion Ichikawa](https://github.com/shion1305) - [Tomoya Hiroe](https://github.com/tomoyahiroe) +- [Ryo Sasaki](https://github.com/Ryo-Sasaki-xxx) ## 学祭マイページシステムについて 学祭マイページシステムは、学祭関係者が各種申請を行い、円滑に申請を管理するためのシステムです。 From 56b0b5b6e7983ca6b103df882c700f69792ea5ae Mon Sep 17 00:00:00 2001 From: Shion Ichikawa Date: Mon, 27 May 2024 01:47:42 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=93=9D=20CI=E5=91=A8=E3=82=8A?= =?UTF-8?q?=E3=81=AE=E3=83=AA=E3=83=B3=E3=82=AF=E3=81=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4026aa8..114b9a2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![GoTestFirebaseEmulator](https://github.com/shion1305/ynufes-mypage-backend/actions/workflows/go%20test.yml/badge.svg)](https://github.com/shion1305/ynufes-mypage-backend/actions/workflows/go%20test.yml) -[![codecov](https://codecov.io/gh/shion1305/ynufes-mypage-backend/branch/main/graph/badge.svg?token=X7PA73LZS2)](https://codecov.io/gh/shion1305/ynufes-mypage-backend) +[![GoTestFirebaseEmulator](https://github.com/ynufes-tech/ynufes-mypage-backend/actions/workflows/go%20test.yml/badge.svg)](https://github.com/ynufes-tech/ynufes-mypage-backend/actions/workflows/go%20test.yml) +[![codecov](https://codecov.io/gh/ynufes-tech/ynufes-mypage-backend/graph/badge.svg?token=X7PA73LZS2)](https://codecov.io/gh/ynufes-tech/ynufes-mypage-backend) # YNUFES Mypage Backend @@ -20,4 +20,4 @@ CI/CD: GitHub Actions, Firebase Emulator -![code coverage](https://codecov.io/gh/shion1305/ynufes-mypage-backend/branch/main/graphs/sunburst.svg?token=X7PA73LZS2) +![code coverage](https://codecov.io/gh/ynufes-tech/ynufes-mypage-backend/graphs/sunburst.svg?token=X7PA73LZS2)