diff --git a/.github/workflows/coverage-comment.yml b/.github/workflows/coverage-comment.yml index d0b27ed..5351d7e 100644 --- a/.github/workflows/coverage-comment.yml +++ b/.github/workflows/coverage-comment.yml @@ -48,7 +48,7 @@ jobs: output-file: comment.html - name: 'Prepend minimum coverage required' run: | - echo -e "Minimum coverage required: $(cat ./.github/minimum_coverage.txt)\n
\n$(cat comment.html)" > comment.html + echo -e "Minimum coverage required: $(cat ./.github/minimum_coverage.txt)%\n
\n$(cat comment.html)" > comment.html - name: 'Prepand failure info' if: ${{ github.event.workflow_run.conclusion != 'success' }} run: |