Skip to content

[deep-report] Add test-unit CI job to cover 5,222 uncovered unit tests #27375

@github-actions

Description

@github-actions

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 ·

  • expires on Apr 22, 2026, 3:16 PM UTC

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions