Bluefin π¦ Β· issue pipeline
βββββββββββββββββββββββββββββββββββββββββββββββββ
βΆ filed report received
Β· approved β
Β· queued β
Β· claimed β
Β· done β
βββββββββββββββββββββββββββββββββββββββββββββββββ
report: missing Β· confirms: 0
area: β Β· priority: β
next action: same bug? ujust confirm 746
---
KNUCKLE π¦ Β· issue pipeline
βββββββββββββββββββββββββββββββββββββββββββββββββ
βΊ filed needs triage
Β· approved signed off by a maintainer
Β· queued waiting for a contributor to claim
Β· claimed β
Β· done β
βββββββββββββββββββββββββββββββββββββββββββββββββ
domain: β Β· priority: β
size: β Β· next: /approve to queue
---## Finding
knuckle has exemplary test infrastructure that other repos in the org should adopt:
- Per-package coverage thresholds (96β100%) via
just cover-check
- Codecov integration with strict project target (95%)
- Flaky test detection (5x re-run in CI)
- Nightly coverage snapshots
By contrast:
- bootc-installer has a 47% coverage floor (target 45%) with major modules entirely untested
- testsuite has 75% target but some step modules lack unit tests
Recommendation
Consider extracting knuckle's coverage patterns into a reusable org-wide template:
- Per-module coverage gates β a script or just recipe that checks coverage per top-level package/module with individual thresholds
- Codecov config template β standardized
codecov.yml with project target β₯70%, patch 70%, and non-informational status checkstarget
- Flaky test detection β the 5x re-run pattern from knuckle CI could be a reusable composite action
This is a tracking/advisory issue β no code changes needed in knuckle itself.
Priority
- Impact: medium β org-wide test quality improvement
- Effort: low β documentation and template sharing
Filed by quality agent (hold-gated mode)
---
---## Finding
knuckle has exemplary test infrastructure that other repos in the org should adopt:
just cover-checkBy contrast:
Recommendation
Consider extracting knuckle's coverage patterns into a reusable org-wide template:
codecov.ymlwith project target β₯70%, patch 70%, and non-informational status checkstargetThis is a tracking/advisory issue β no code changes needed in knuckle itself.
Priority
Filed by quality agent (hold-gated mode)