From b6bf4a2cffe66e02a6563d76bafed7a8996b7d29 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 4 Feb 2025 13:02:34 +0100 Subject: [PATCH] coverage debug output when quota is not met --- .github/workflows/test.docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.docs.yml b/.github/workflows/test.docs.yml index 823d1048..688e6c5b 100644 --- a/.github/workflows/test.docs.yml +++ b/.github/workflows/test.docs.yml @@ -48,5 +48,5 @@ jobs: run: | npm install npm run docs:generate - bash -c "if (( $(sed -nE 's/.*>([0-9]{1,3})%<.*/\1/p' docs/coverage.svg | head -1) > $COVERAGE_REQUIRED )) then exit 0; else exit 1; fi" + bash -c "if (( $(sed -nE 's/.*>([0-9]{1,3})%<.*/\1/p' docs/coverage.svg | head -1) > $COVERAGE_REQUIRED )) then echo \"echo "Coverage: $(sed -nE 's/.*>([0-9]{1,3})%<.*/\1/p' docs/coverage.svg | head -1)/$COVERAGE_REQUIRED\";exit 0; else exit 1; fi" working-directory: ./