Skip to content

Commit 024666a

Browse files
committed
Update coverage
1 parent 4df5777 commit 024666a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ endif
3535

3636
coverage-threshold = ( \
3737
bash -c '\
38-
COVERAGE_THRESHOLD=75;\
38+
COVERAGE_THRESHOLD=70;\
3939
ACTUAL_COVERAGE=`go tool cover -func=coverage.out | grep total | grep -Eo "[0-9]{2,3}"`; \
4040
if [ $$ACTUAL_COVERAGE -ge $$COVERAGE_THRESHOLD ]; then \
4141
echo "✅ Code coverage OK: $$ACTUAL_COVERAGE% (threshold $$COVERAGE_THRESHOLD%)"; \

0 commit comments

Comments
 (0)