Skip to content

Commit 1415284

Browse files
fix: lower minimum score threshold for completeness validation
1 parent c23eabc commit 1415284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
--format auto \
123123
--log-level debug \
124124
--strict \
125-
--min-score 0.5 2>&1 | tee "$LOG"
125+
--min-score 0.1 2>&1 | tee "$LOG"
126126
score_line=$(grep -E 'completeness score:' "$LOG" | tail -1 || true)
127127
if [ -z "$score_line" ]; then
128128
score_line="completeness score: unavailable"

0 commit comments

Comments
 (0)