izumin5210 / grapi

😮 A surprisingly easy API server and generator in gRPC and Go
https://godoc.org/github.com/izumin5210/grapi/pkg/grapiserver
MIT License
427 stars 39 forks source link

Fix Build args parse #258

Closed LakeRainSound closed 4 years ago

LakeRainSound commented 4 years ago

WHY

235

grapi build [TARGET] fails. And can't pass [BUILD_ARGS] to go buildcommand.

WHAT

codecov-commenter commented 4 years ago

Codecov Report

Merging #258 into master will increase coverage by 1.66%. The diff coverage is 76.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #258      +/-   ##
==========================================
+ Coverage   58.43%   60.09%   +1.66%     
==========================================
  Files          32       32              
  Lines        1203     1218      +15     
==========================================
+ Hits          703      732      +29     
+ Misses        452      436      -16     
- Partials       48       50       +2     
Impacted Files Coverage Δ
pkg/grapicmd/cmd/build.go 78.37% <76.47%> (+78.37%) :arrow_up:
pkg/grapicmd/cmd/init.go 0.00% <0.00%> (ø)
pkg/grapicmd/internal/usecase/init_config.go 100.00% <0.00%> (ø)
...cmd/internal/usecase/initialize_project_usecase.go 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 29f69f4...91853cf. Read the comment docs.