Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test:
$(GO) test -v -race ./tests/...

test-coverage:
$(GO) test -v -race -coverprofile=$(COVER_PROFILE) -covermode=atomic -coverpkg=./... ./tests/...
$(GO) test -v -race -coverprofile=$(COVER_PROFILE) -covermode=atomic -coverpkg=./internal/... ./tests/...
$(GO) tool cover -html=$(COVER_PROFILE) -o $(COVER_HTML)

coverage: test-coverage
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ We welcome contributions! Please:
- **Cloud-Native Design**: Kubernetes deployment with auto-scaling capabilities

## Architecture
- Go 1.23+, idiomatic design
- Go 1.26.2+, idiomatic design
- Modular, testable codebase

## Installation
Expand Down
Loading
Loading