Issue Fix
This commit is contained in:
parent
bb74f7f5e5
commit
86c45b19f2
1 changed files with 0 additions and 1 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -61,7 +61,6 @@ jobs:
|
||||||
$tbl_md = $coverage_result[($start_index+1)..($end_index-1)] -join "\n"
|
$tbl_md = $coverage_result[($start_index+1)..($end_index-1)] -join "\n"
|
||||||
$summary = $coverage_result[($end_index + 1)..$count] -join "\n"
|
$summary = $coverage_result[($end_index + 1)..$count] -join "\n"
|
||||||
$comment = $tbl_md + "\n" + $summary
|
$comment = $tbl_md + "\n" + $summary
|
||||||
echo ">>: { `"body`": `"${comment}`" }"
|
|
||||||
$url = "https://api.github.com/repos/${env:GITHUB_REPOSITORY}/issues/${env:PR_NUMBER}/comments"
|
$url = "https://api.github.com/repos/${env:GITHUB_REPOSITORY}/issues/${env:PR_NUMBER}/comments"
|
||||||
$headers = @{
|
$headers = @{
|
||||||
"Authorization" = "token ${env:GITHUB_TOKEN}"
|
"Authorization" = "token ${env:GITHUB_TOKEN}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue