-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Context
The simplexity/run_management/run_management.py module has been temporarily excluded from coverage tracking because:
- The module is currently largely untested
- PRs that touch this module are failing diff-coverage checks due to the large number of uncovered lines
- This blocks feature PRs for reasons outside the scope of those features
Requirements
- Write comprehensive tests for
simplexity/run_management/run_management.py - Ensure test coverage meets or exceeds the 80% threshold
- Remove the exclusion from
pyproject.toml(line ~141) - Remove the TODO comment referencing this issue
Files to Modify
- Create
tests/run_management/test_run_management.py(or similar test file) - Remove exclusion from
pyproject.toml
Success Criteria
- Coverage for
run_management.pyis ≥ 80% - All tests pass
- The file is no longer in the coverage omit list
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels