From 96ce2f1a8fc9f73a9cb106d02db6bd8e5d0aa8c5 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 4 Feb 2025 13:15:31 +0100 Subject: [PATCH] fix workflow --- .github/workflows/test.docs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.docs.yml b/.github/workflows/test.docs.yml index 3e4cb83e..43f3f465 100644 --- a/.github/workflows/test.docs.yml +++ b/.github/workflows/test.docs.yml @@ -49,7 +49,4 @@ jobs: npm install npm run docs:generate ./scripts/docs-coverage.sh - working-directory: ./ - - -bash -c "COVERAGE=$(sed -nE 's/.*>([0-9]{1,3})%<.*/\1/p' docs/coverage.svg | head -1); echo $COVERAGE;if (( $COVERAGE >= $COVERAGE_REQUIRED )) then exit 0; else echo \"Coverage: $COVERAGE/$COVERAGE_REQUIRED\"; exit 1; fi" \ No newline at end of file + working-directory: ./ \ No newline at end of file