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