diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f3caa8..e125e0d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,6 @@ 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 ">>: { `"body`": `"${comment}`" }" $url = "https://api.github.com/repos/${env:GITHUB_REPOSITORY}/issues/${env:PR_NUMBER}/comments" $headers = @{ "Authorization" = "token ${env:GITHUB_TOKEN}"