Skip to content

Commit

Permalink
feat: support number conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Aug 13, 2023
1 parent 314732f commit bbf275e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cover.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

COVERAGE=$(cat cover.tmp)
THRESHOLD=70
THRESHOLD=50
if [[ ${COVERAGE} -lt ${THRESHOLD} ]]; \
then \
echo "FAILED: test coverage ${COVERAGE}% < ${THRESHOLD}%"; \
Expand Down

0 comments on commit bbf275e

Please sign in to comment.