The ci-coach agent (#27359) discovered that the integration CI matrix runs go test -tags 'integration', which excludes all 853 //go:build !integration files containing 5,222 unit tests. These tests never run in CI. The matrix also has a permanently-disabled integration-marketplace-compile job (dead if: false guard) that should be removed.
Adding a test-unit job that runs go test ./... without integration tags will immediately add coverage for pkg/cli, pkg/workflow, and other core packages — test surface that is currently invisible to CI.
Expected Impact: 5,222 previously-untested unit tests begin running on every PR, significantly improving regression detection and code confidence.
Suggested Agent: ci-coach (existing agent) or a general-purpose coding agent
Estimated Effort: Quick (< 1 hour) — straightforward CI YAML addition, low risk.
Data Source: DeepReport Intelligence Briefing 2026-04-20 (§24673982657); ci-coach analysis #27359.
Generated by DeepReport - Intelligence Gathering Agent · ● 375K · ◷
The
ci-coachagent (#27359) discovered that the integration CI matrix runsgo test -tags 'integration', which excludes all 853//go:build !integrationfiles containing 5,222 unit tests. These tests never run in CI. The matrix also has a permanently-disabledintegration-marketplace-compilejob (deadif: falseguard) that should be removed.Adding a
test-unitjob that runsgo test ./...without integration tags will immediately add coverage forpkg/cli,pkg/workflow, and other core packages — test surface that is currently invisible to CI.Expected Impact: 5,222 previously-untested unit tests begin running on every PR, significantly improving regression detection and code confidence.
Suggested Agent: ci-coach (existing agent) or a general-purpose coding agent
Estimated Effort: Quick (< 1 hour) — straightforward CI YAML addition, low risk.
Data Source: DeepReport Intelligence Briefing 2026-04-20 (§24673982657); ci-coach analysis #27359.