go-zero icon indicating copy to clipboard operation
go-zero copied to clipboard

fix: go build path error

Open heze666 opened this issue 8 months ago • 1 comments

heze666 avatar Mar 17 '25 08:03 heze666

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.80%. Comparing base (8690859) to head (dfef553). Report is 316 commits behind head on master.

Additional details and impacted files

see 18 files with indirect coverage changes

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Mar 17 '25 16:03 codecov[bot]

The changes is incorrect. goctl generate Dockerfile in the directory where go file resides, but we need to run docker build in the directory where go.mod resides.

kevwan avatar Jul 13 '25 04:07 kevwan