We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23eabc commit 1415284Copy full SHA for 1415284
.github/workflows/integration.yml
@@ -122,7 +122,7 @@ jobs:
122
--format auto \
123
--log-level debug \
124
--strict \
125
- --min-score 0.5 2>&1 | tee "$LOG"
+ --min-score 0.1 2>&1 | tee "$LOG"
126
score_line=$(grep -E 'completeness score:' "$LOG" | tail -1 || true)
127
if [ -z "$score_line" ]; then
128
score_line="completeness score: unavailable"
0 commit comments