We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df5777 commit 024666aCopy full SHA for 024666a
GNUmakefile
@@ -35,7 +35,7 @@ endif
35
36
coverage-threshold = ( \
37
bash -c '\
38
- COVERAGE_THRESHOLD=75;\
+ COVERAGE_THRESHOLD=70;\
39
ACTUAL_COVERAGE=`go tool cover -func=coverage.out | grep total | grep -Eo "[0-9]{2,3}"`; \
40
if [ $$ACTUAL_COVERAGE -ge $$COVERAGE_THRESHOLD ]; then \
41
echo "✅ Code coverage OK: $$ACTUAL_COVERAGE% (threshold $$COVERAGE_THRESHOLD%)"; \
0 commit comments