on4kjm / FLEcli

Multi-platform "Fast Log Entry"(FLE) processing tool
MIT License
32 stars 9 forks source link

Add MY_LAT and MY_LON support using FLE keyword mylat and mylon. #129

Closed nicheath closed 8 months ago

nicheath commented 8 months ago

Decided to add support for this due to suggestion here: https://github.com/on4kjm/FLEcli/issues/80

jmMeessen commented 8 months ago

Thank you for submitting this PR, @nicheath I will review it shortly

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 82.01%. Comparing base (5b40643) to head (aa824fb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #129 +/- ## ========================================== + Coverage 81.19% 82.01% +0.82% ========================================== Files 18 18 Lines 1042 1090 +48 ========================================== + Hits 846 894 +48 Misses 162 162 Partials 34 34 ```

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

jmMeessen commented 8 months ago

Thank you for adding the tests 😄