Skip to content

CI test step is a no-op: zero test files behind a green 'go test' check #13

Description

@PascalTemel

CI runs go test (.github/workflows/go.yml) and the README's Development section advertises go test -race ./... — but the repo contains zero test files, so the test step is a no-op and the green check is misleading.

For a 1,200-LOC utility this doesn't need much: a minimal suite around config loading/env switching and output shaping would make the CI signal real. Alternatively, explicitly accept the tool as test-free and drop the test step + README claim so nobody mistakes green CI for coverage.

Found during the 2026-07 CLI stack review (index in environment-setup).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions