We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68c9eb commit c439382Copy full SHA for c439382
action.yml
@@ -111,7 +111,7 @@ runs:
111
shell: bash
112
run: |
113
$HOME/.luarocks/bin/mineunit -r
114
- OUT="$(awk -v p=0 '/^----/{p++;next}p==2{exit}p' luacov.report.out)"
+ OUT="$(awk -v p=0 '/^----/{p++;next}p==2{exit}p' luacov.report.out | sort -hrk4)"
115
OUT="${OUT//'%'/'%25'}";OUT="${OUT//$'\n'/'%0A'}"
116
echo "::set-output name=report::${OUT//$'\r'/'%0D'}"
117
- id: mineunit-coverage
0 commit comments