Skip to content

Commit ff6a001

Browse files
committed
Revert coverage threshold back to 80%
Signed-off-by: Senan Zedan <[email protected]>
1 parent acf6280 commit ff6a001

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/unit-test-e2e-testcases.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@ jobs:
9393
run: |
9494
cd e2e-tests/testcases
9595
COVERAGE_PERCENT=$(echo $COVERAGE | sed 's/%//')
96-
THRESHOLD=20
97-
98-
echo "ℹ️ Note: E2E tests measure test helper coverage, not implementation coverage"
99-
echo "ℹ️ Implementation coverage is tested in unit tests for src/semantic-router/"
96+
THRESHOLD=80
10097
10198
if (( $(echo "$COVERAGE_PERCENT < $THRESHOLD" | bc -l) )); then
10299
echo "❌ Coverage $COVERAGE is below threshold ${THRESHOLD}%"

0 commit comments

Comments
 (0)