Skip to content

test: Add Code Coverage Reports with Istanbul #18

Description

@SujalTripathi

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

  • Coverage reports generate with npm run test:coverage
  • Coverage badge in README
  • CI fails if coverage drops below 80%

Tech Involved

jest --coverage, istanbul, codecov or coveralls

@Bindu2020324 please assign me these issue

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions