From 754444a31b7a31430b26fac38d30a0fe7cccb1fd Mon Sep 17 00:00:00 2001 From: raghaves Date: Sat, 13 Jun 2020 12:38:05 +0530 Subject: [PATCH] Issue Fix --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a355bf..3309c2d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,6 +59,7 @@ jobs: $tbl_md = $coverage_result[($start_index+1)..($end_index-1)] -join "\n" $summary = $coverage_result[($end_index + 1)..$count] -join "\n" $comment = $tbl_md + "\n" + $summary + echo "> ${comment}" $url = "https://api.github.com/repos/${env:GITHUB_REPOSITORY}/issues/${env:PR_NUMBER}/comments" $headers = @{ "Authorization" = "token ${env:GITHUB_TOKEN}"