add argument for initial setting of qr_mode

This commit is contained in:
scito
2022-12-31 12:43:17 +01:00
parent f731530f57
commit 2dea161cdc
3 changed files with 6 additions and 3 deletions

View File

@@ -293,7 +293,7 @@ eval "$cmd"
# https://github.com/marketplace/actions/pytest-coverage-comment
# Coverage-95%25-yellowgreen
echo -e "Upgrade code coverage in README.md"
echo -e "Update code coverage in README.md"
TOTAL_COVERAGE=$(cat $COVERAGE_OUT | grep 'TOTAL' | perl -ne 'print "$&" if /\b(\d{1,3})%/') && perl -i -pe "s/coverage-(\d{1,3}%)25-/coverage-${TOTAL_COVERAGE}25-/" README.md
if $build_docker; then