mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
coverage debug output when quota is not met
This commit is contained in:
parent
1700fa9db5
commit
b6bf4a2cff
2
.github/workflows/test.docs.yml
vendored
2
.github/workflows/test.docs.yml
vendored
@ -48,5 +48,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm run docs:generate
|
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: ./
|
working-directory: ./
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user