From bb74f7f5e58c6a4037e3abf590e6d35087f2a4ff Mon Sep 17 00:00:00 2001 From: raghaves Date: Sat, 13 Jun 2020 13:09:55 +0530 Subject: [PATCH] Issue Fix --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 31edb50..1f3caa8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: foreach ($j in $coverage_result) { - if ($j.tostring().startswith("--------------")) + if ($j.tostring().startswith("----------")) { if (!$start) { @@ -63,7 +63,6 @@ jobs: $comment = $tbl_md + "\n" + $summary echo ">>: { `"body`": `"${comment}`" }" $url = "https://api.github.com/repos/${env:GITHUB_REPOSITORY}/issues/${env:PR_NUMBER}/comments" - echo "url>> ${url}" $headers = @{ "Authorization" = "token ${env:GITHUB_TOKEN}" }