From 4f9266be354fb40bd970ad34623ddca651245bb6 Mon Sep 17 00:00:00 2001 From: Thomas Fossati Date: Fri, 19 Feb 2021 10:04:17 +0000 Subject: [PATCH] =?UTF-8?q?=E5=8D=83=E9=87=8C=E4=B9=8B=E8=A1=8C=EF=BC=8C?= =?UTF-8?q?=E5=A7=8B=E6=96=BC=E8=B6=B3=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the spirit of #12 --- .github/workflows/ci-go-cover.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-go-cover.yml b/.github/workflows/ci-go-cover.yml index 1ee1e3b..c8821f1 100644 --- a/.github/workflows/ci-go-cover.yml +++ b/.github/workflows/ci-go-cover.yml @@ -14,7 +14,7 @@ # 1. Change workflow name from "cover 100%" to "cover ≥92.5%". Script will automatically use 92.5%. # 2. Update README.md to use the new path to badge.svg because the path includes the workflow name. -name: cover ≥75% +name: cover ≥76% on: [push] jobs: