Description
No code coverage tracking exists. We can't tell which parts
of the codebase are tested and which aren't.
Requirements
- Configure Istanbul/NYC for coverage reporting
- Set 80% coverage target (lines, functions, branches)
- Generate HTML coverage report locally
- Add coverage badge to README
- Block PRs that drop coverage below 80%
- Integrate with GitHub Actions CI
Acceptance Criteria
Tech Involved
jest --coverage, istanbul, codecov or coveralls
@Bindu2020324 please assign me these issue
Description
No code coverage tracking exists. We can't tell which parts
of the codebase are tested and which aren't.
Requirements
Acceptance Criteria
Tech Involved
jest --coverage, istanbul, codecov or coveralls
@Bindu2020324 please assign me these issue