chore: add test coverage to 90.3%, lint fixes, and Makefile targets #91
Loading…
Reference in New Issue
No description provided.
Delete Branch "muel/gitlink-cli:chore/test-coverage-and-lint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
make lint,make cover,make fmt,make checkrender.go(writeCountMapMarkdown),runner.go,formatter.go//nolint:errcheckfor defer Close() calls (Go convention)Test plan
make check— fmt → vet → lint → test → cover all passgo test ./...— 733 tests pass, all 22 packagesgo test -coverprofile=coverage.out ./...— total 90.3%? Generated with Claude Code
693af7dd7ato0170b5b063