From f209ae87cfe39f8ae021f6cc59b647ca7004f3ed Mon Sep 17 00:00:00 2001 From: leeeeeyeon Date: Tue, 10 Oct 2023 18:21:21 +0900 Subject: [PATCH 1/3] =?UTF-8?q?docs:=20README=20codecov=20=EB=B1=83?= =?UTF-8?q?=EC=A7=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09aedc6f..361faf43 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 블라블라(blabla) [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FSWM-GSM%2Fblabla-server&count_bg=%23FF9973&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) [![Github Actions](https://github.com/SWM-GSM/blabla-server/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/SWM-GSM/blabla-server/actions) -[![codecov](https://codecov.io/gh/leeeeeyeon/blabla-server/graph/badge.svg?token=R4D8ED79JW)](https://codecov.io/gh/leeeeeyeon/blabla-server) +[![codecov](https://codecov.io/gh/SWM-GSM/blabla-server/graph/badge.svg?token=QZ33KMK85U)](https://codecov.io/gh/SWM-GSM/blabla-server) 🗣️ 영어 스피킹, 연습부터 실전까지 모두 블라블라에서!

💭 블라블라는 `언어 교환`과 `AI 기반 피드백 리포트`를 통해 영어 스피킹 실력을 향상할 수 있도록 돕는 소셜 기반 에듀테크 서비스입니다.
From 514b9117c0f8da5dad461b24ff0556de4018634c Mon Sep 17 00:00:00 2001 From: leeeeeyeon Date: Tue, 10 Oct 2023 18:38:37 +0900 Subject: [PATCH 2/3] =?UTF-8?q?test:=20codecov.yml=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..14be5792 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,9 @@ +comment: + layout: "diff, flags, files" + behavior: default + require_changes: false + require_base: false + require_head: false + branches: + - develop + - main From d6679873c42cf8c231cdf81ca4945d054b37cfc9 Mon Sep 17 00:00:00 2001 From: leeeeeyeon Date: Tue, 10 Oct 2023 18:40:16 +0900 Subject: [PATCH 3/3] =?UTF-8?q?test:=20codecov.yml=20layout=EC=97=90=20rea?= =?UTF-8?q?ch,=20footer=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 14be5792..c1b50b6b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,5 @@ comment: - layout: "diff, flags, files" + layout: "reach,diff,flags,files,footer" behavior: default require_changes: false require_base: false