Dmitry Nefedov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
.github/workflows/Badge.yml
|
@ -39,7 +39,8 @@ jobs: |
|
|
$comment = $JSON.SUM.comment |
|
|
$comment = $JSON.SUM.comment |
|
|
$code = $JSON.SUM.code |
|
|
$code = $JSON.SUM.code |
|
|
write-host $($blank + $comment + $code) |
|
|
write-host $($blank + $comment + $code) |
|
|
$Summary = ("{0:N1}k" -f ($blank + $comment + $code)).replace(",", ".") |
|
|
# "$((($blank + $comment + $code)/1000).ToString("#.#").replace(",", "."))k" |
|
|
|
|
|
$Summary = ("{0:N1}k" -f (($blank + $comment + $code)/1000)).replace(",", ".") |
|
|
|
|
|
|
|
|
echo "CODE_LINES=$Summary" >> $env:GITHUB_ENV |
|
|
echo "CODE_LINES=$Summary" >> $env:GITHUB_ENV |
|
|
|
|
|
|
|
|