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 acf6280 commit ff6a001Copy full SHA for ff6a001
.github/workflows/unit-test-e2e-testcases.yml
@@ -93,10 +93,7 @@ jobs:
93
run: |
94
cd e2e-tests/testcases
95
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/"
+ THRESHOLD=80
100
101
if (( $(echo "$COVERAGE_PERCENT < $THRESHOLD" | bc -l) )); then
102
echo "❌ Coverage $COVERAGE is below threshold ${THRESHOLD}%"
0 commit comments