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 DBK sentence #85

Closed JasminFragnaud closed 1 year ago

JasminFragnaud commented 1 year ago

54

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 88.88% and project coverage change: +0.14 :tada:

Comparison is base (fcbe1b0) 80.24% compared to head (405170c) 80.39%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #85 +/- ## ========================================== + Coverage 80.24% 80.39% +0.14% ========================================== Files 28 29 +1 Lines 1058 1076 +18 ========================================== + Hits 849 865 +16 - Misses 209 211 +2 ``` | [Impacted Files](https://codecov.io/gh/AeroRust/nmea/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust) | Coverage Δ | | |---|---|---| | [src/parse.rs](https://codecov.io/gh/AeroRust/nmea/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3BhcnNlLnJz) | `71.25% <0.00%> (-0.91%)` | :arrow_down: | | [src/parser.rs](https://codecov.io/gh/AeroRust/nmea/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3BhcnNlci5ycw==) | `77.60% <0.00%> (-0.31%)` | :arrow_down: | | [src/sentences/mod.rs](https://codecov.io/gh/AeroRust/nmea/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3NlbnRlbmNlcy9tb2QucnM=) | `0.00% <ø> (ø)` | | | [src/sentences/dbk.rs](https://codecov.io/gh/AeroRust/nmea/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3NlbnRlbmNlcy9kYmsucnM=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.