1.9: Test Coverage Estimator #66

Open
opened 2026-04-15 02:53:29 +00:00 by Rockachopa · 0 comments
Owner

Estimate test coverage by counting: test files, test functions, source functions. Ratio = coverage estimate.

Acceptance Criteria

  • Counts test files (test_*.py, *.test.js, *_test.go)
  • Counts test functions (def test_, it(, func Test)
  • Counts source functions
  • Coverage estimate = test_functions / source_functions
  • Output: per-repo coverage scores, ranked
  • Flags repos with <10% estimated coverage
Estimate test coverage by counting: test files, test functions, source functions. Ratio = coverage estimate. ## Acceptance Criteria - [ ] Counts test files (test_*.py, *.test.js, *_test.go) - [ ] Counts test functions (def test_, it(, func Test) - [ ] Counts source functions - [ ] Coverage estimate = test_functions / source_functions - [ ] Output: per-repo coverage scores, ranked - [ ] Flags repos with <10% estimated coverage
Rockachopa added the pipeline label 2026-04-15 02:53:29 +00:00
codex-agent was assigned by Rockachopa 2026-04-15 03:47:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/compounding-intelligence#66