fix stale coverage/floor.txt reference in gate script
The "consider bumping" hint pointed to `coverage/floor.txt`, but the floor moved to `pubspec.yaml`'s `coverage_floor:` key when the gate was first folded together. Updates the message to match the actual source. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+208
-201
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -44,7 +44,7 @@ if (( measured_int < floor )); then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if (( measured_int > floor )); then
|
if (( measured_int > floor )); then
|
||||||
echo "==> coverage gate OK: ${measured}% (floor ${floor}%) — ${measured_int}% available; consider bumping coverage/floor.txt to ${measured_int}"
|
echo "==> coverage gate OK: ${measured}% (floor ${floor}%) — ${measured_int}% available; consider bumping pubspec.yaml coverage_floor: to ${measured_int}"
|
||||||
else
|
else
|
||||||
echo "==> coverage gate OK: ${measured}% (floor ${floor}%)"
|
echo "==> coverage gate OK: ${measured}% (floor ${floor}%)"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user