ralph-claude-code/.github
frankbria 7db4a63b4f fix(ci): disable coverage threshold due to kcov subprocess limitation
kcov cannot trace subprocess executions due to LD_PRELOAD limitations.
When bats runs tests, it spawns new bash processes that kcov cannot
instrument. This is a known, unsolved issue in bats-core (issue #15).

Changes:
- Set COVERAGE_THRESHOLD to 0 (disabled enforcement)
- Added detailed comment explaining the limitation
- Coverage job remains for informational purposes
- Test pass rate (100%) serves as the quality gate

References:
- https://github.com/bats-core/bats-core/issues/15
2026-01-08 23:23:14 -07:00
..
workflows fix(ci): disable coverage threshold due to kcov subprocess limitation 2026-01-08 23:23:14 -07:00