Skip to content

FEAT: Add test-coverage target to Makefile #584

@andrinoff

Description

@andrinoff

Is your feature request related to a problem?

There's no easy make target to run tests with coverage reporting.

Describe the solution you'd like

Add a test-coverage target to the Makefile that runs go test -coverprofile=coverage.out ./... and optionally opens the HTML report.

Describe alternatives you've considered

Running the go command manually.

Additional context

Check existing Makefile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions