jmattheis / goverter

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

fixed getting output dir #116

Closed vvasystem closed 7 months ago

vvasystem commented 7 months ago

if use output:file absolute path then gen file created not in this dir goverter gen -g 'output:file /tmp/some_dir/generated.go'

codecov[bot] commented 7 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (9c5931a) 97.18% compared to head (29bcbd9) 97.05%.

Files Patch % Lines
generator/filemanager.go 0.00% 2 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #116 +/- ## ========================================== - Coverage 97.18% 97.05% -0.14% ========================================== Files 41 41 Lines 2168 2171 +3 ========================================== Hits 2107 2107 - Misses 45 47 +2 - Partials 16 17 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.