Skip to content

Add Makefile Target for Test Coverage Report #137

@Ahmedhossamdev

Description

@Ahmedhossamdev

Description:

The current make coverage command generates HTML output. Add a new target that outputs coverage percentage to the terminal for CI/CD integration.

Implementation Guidance:

  • Add a new coverage-report target to the Makefile
  • Use go test -cover with appropriate flags
  • Format output for easy parsing by CI tools
  • Keep the existing coverage target for HTML output

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions