From a5c1c72b5b127c20fe450bef8f6e8574fa78b31c Mon Sep 17 00:00:00 2001
From: "file-sync-app[bot]"
<89714990+file-sync-app[bot]@users.noreply.github.com>
Date: Sun, 14 Jan 2024 01:18:45 +0000
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20file(s)=20with=20Nef10/?=
=?UTF-8?q?common-swift-package?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.github/workflows/coverage-comment.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/coverage-comment.yml b/.github/workflows/coverage-comment.yml
index d0b27ed..5351d7e 100644
--- a/.github/workflows/coverage-comment.yml
+++ b/.github/workflows/coverage-comment.yml
@@ -48,7 +48,7 @@ jobs:
output-file: comment.html
- name: 'Prepend minimum coverage required'
run: |
- echo -e "Minimum coverage required: $(cat ./.github/minimum_coverage.txt)\n
\n$(cat comment.html)" > comment.html
+ echo -e "Minimum coverage required: $(cat ./.github/minimum_coverage.txt)%\n
\n$(cat comment.html)" > comment.html
- name: 'Prepand failure info'
if: ${{ github.event.workflow_run.conclusion != 'success' }}
run: |