jmattheis / goverter

Generate type-safe Go converters by simply defining an interface
https://goverter.jmattheis.de/
MIT License
496 stars 46 forks source link

exit with non zero on error #21

Closed antonyc closed 2 years ago

antonyc commented 2 years ago

This is to correctly handle go generate calls in build pipelines.

codecov-commenter commented 2 years ago

Codecov Report

Merging #21 (f1b20bd) into main (d876238) will not change coverage. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main      #21   +/-   ##
=======================================
  Coverage   93.83%   93.83%           
=======================================
  Files          22       22           
  Lines        1087     1087           
=======================================
  Hits         1020     1020           
  Misses         51       51           
  Partials       16       16           
Impacted Files Coverage Δ
cmd/goverter/main.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 d876238...f1b20bd. Read the comment docs.