feat: enable coverage check for all languages#1525
feat: enable coverage check for all languages#1525mohammedahmed18 wants to merge 1 commit intomainfrom
Conversation
Remove the Python-only gate on coverage checking so JS/TS optimizations also require adequate test coverage before proceeding. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PR Review SummaryPrek ChecksAll checks passed. Ruff check and ruff format both passed with no issues. MypyNo new type errors introduced by this PR. The 146 mypy errors reported on Code ReviewNo critical issues found. This is a clean, minimal change:
Both changes are consistent. Test Coverage
Last updated: 2026-02-18 |
|
@claude why are some ci workflows failing? |
|
Claude finished @aseembits93's task in 2m 32s —— View job CI Failure Analysis
4 out of 19 workflows failed. All 4 failures are caused by the CodeFlash AI backend service (
Summary: These are all infrastructure/backend flakiness issues — the CodeFlash API service was returning 500 errors and timing out during this CI run. None of the failures are related to the code change in this PR (removing the These E2E tests are inherently flaky since they depend on an external AI service. A re-run should resolve them if the backend is healthy. | Branch |
Summary
if is_python() else True) on coverage checking infunction_optimizer.pyTest plan
--coverage --coverageReporters=json) and Vitest (--coverage --coverage.reporter=json)coverage_critic()andJestCoverageUtilshandle JS/TS coverage data correctly🤖 Generated with Claude Code