From fb9b0bc58cef4e77c52725f7845edb7408bb123d Mon Sep 17 00:00:00 2001 From: JeongHunHui Date: Sat, 25 Feb 2023 16:30:37 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20=EC=BD=94=EB=93=9C=20=EC=BB=A4?= =?UTF-8?q?=EB=B2=84=EB=A6=AC=EC=A7=80=20=EC=A0=9C=ED=95=9C=2050%=EB=A1=9C?= =?UTF-8?q?=20=EC=83=81=ED=96=A5=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2467008..e2ad070 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,5 +54,5 @@ jobs: paths: ${{ github.workspace }}/build/reports/jacoco/test/jacocoTestReport.xml # paths: /build/reports/jacoco/test/jacocoTestReport.xml token: ${{ secrets.GITHUB_TOKEN }} - min-coverage-overall: 30 - min-coverage-changed-files: 30 \ No newline at end of file + min-coverage-overall: 50 + min-coverage-changed-files: 50 \ No newline at end of file