Skip to content

Conversation

@sha1n
Copy link
Owner

@sha1n sha1n commented Jan 7, 2026

  • Dockerfile: Rewrote the Dockerfile to use a multi-stage build. The builder stage uses golang:1.24-alpine to compile the binary, and the runtime stage uses alpine:latest, significantly reducing the final image size and improving security.
  • Makefile: Added all common targets to .PHONY to prevent conflicts with local files/directories.
  • GitHub Actions: Integrated golangci-lint-action into the CI workflow to enforce code quality and best practice automatically on every push.
  • Fixed lint issues

@sha1n sha1n enabled auto-merge (rebase) January 7, 2026 19:34
*  Dockerfile: Rewrote the Dockerfile to use a multi-stage build. The builder stage uses golang:1.24-alpine to compile the binary, and the runtime stage uses alpine:latest, significantly reducing the final image size and improving security.
* Makefile: Added all common targets to .PHONY to prevent conflicts with local files/directories.
* GitHub Actions: Integrated golangci-lint-action into the CI workflow to enforce code quality and best practice automatically on every push.
* Fixed lint issues
@sha1n sha1n merged commit d886315 into master Jan 7, 2026
5 checks passed
@sha1n sha1n deleted the maintenance/go branch January 7, 2026 19:55
@coveralls
Copy link

coveralls commented Jan 7, 2026

Pull Request Test Coverage Report for Build 20794611777

Details

  • 35 of 39 (89.74%) changed or added relevant lines in 10 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 93.127%

Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/cli/main_runner.go 4 5 80.0%
pkg/ui/progress_view_listener.go 0 1 0.0%
pkg/exec/benchmark_exec.go 12 14 85.71%
Totals Coverage Status
Change from base Build 20794603835: 0.02%
Covered Lines: 1802
Relevant Lines: 1935

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants