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

Add GST sentence parser #121

Closed zhrbrk closed 4 months ago

zhrbrk commented 5 months ago

54 Add GST sentence parser with unit test.

GST is now a stand-alone feature, and also added into the GNSS features package.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 77.78%. Comparing base (af2edeb) to head (b15db1c). Report is 1 commits behind head on main.

:exclamation: Current head b15db1c differs from pull request most recent head 61f33ee. Consider uploading reports for the commit 61f33ee to get more accurate results

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 #121 +/- ## ========================================== + Coverage 77.62% 77.78% +0.16% ========================================== Files 34 35 +1 Lines 1247 1274 +27 ========================================== + Hits 968 991 +23 - Misses 279 283 +4 ```

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