AeroRust / nmea

NMEA 0183 - for communication between marine electronics such as echo sounder, sonars, anemometer, gyrocompass, autopilot, GNSS receivers and many other types of instruments. Defined and controlled by the National Marine Electronics Association (NMEA)
https://crates.io/crates/nmea
Other
56 stars 41 forks source link

Feat: GST sentence #124

Closed elpiel closed 4 months ago

elpiel commented 4 months ago

Based on #121 to fix a merge conflict. Thank you @zhrbrk for working on this sentence, sorry it took me some time to review your PR I got to a point and then left the PR review unfinished.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 85.18519% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 78.11%. Comparing base (6bfcd5a) to head (879b3f4).

Files Patch % Lines
src/sentences/gst.rs 87.50% 3 Missing :warning:
src/parser.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #124 +/- ## ========================================== + Coverage 77.96% 78.11% +0.14% ========================================== Files 35 36 +1 Lines 1307 1334 +27 ========================================== + Hits 1019 1042 +23 - Misses 288 292 +4 ```

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