kpassey1 / kpassey1/IBMi-Python-CC
Add subroutine selection
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Update the code coverage generator to contain subroutines to insert break points.
This should only add break points to the relevant subroutines - if *ALL in the list - use all.
If adding certain subroutines - remove *ALL.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the code coverage generator and the existing breakpoint-insertion logic, then trace how the subroutine list is represented. Implement selection so only listed subroutines receive breakpoints, while *ALL selects every subroutine and is removed when specific subroutines are chosen. Confirm the generated coverage output contains breakpoints only for the requested subroutines.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100