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

Enable sentences with features #94

Closed elpiel closed 1 year ago

elpiel commented 1 year ago

Initial work on feature: #91

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 78.78% and project coverage change: -0.86 :warning:

Comparison is base (512fd1a) 80.31% compared to head (4b94044) 79.46%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #94 +/- ## ========================================== - Coverage 80.31% 79.46% -0.86% ========================================== Files 33 33 Lines 1199 1193 -6 ========================================== - Hits 963 948 -15 - Misses 236 245 +9 ``` | [Impacted Files](https://app.codecov.io/gh/AeroRust/nmea/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust) | Coverage Δ | | |---|---|---| | [src/error.rs](https://app.codecov.io/gh/AeroRust/nmea/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL2Vycm9yLnJz) | `5.00% <0.00%> (-0.27%)` | :arrow_down: | | [src/parser.rs](https://app.codecov.io/gh/AeroRust/nmea/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3BhcnNlci5ycw==) | `78.90% <ø> (ø)` | | | [src/sentences/dbk.rs](https://app.codecov.io/gh/AeroRust/nmea/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3NlbnRlbmNlcy9kYmsucnM=) | `89.47% <0.00%> (-10.53%)` | :arrow_down: | | [src/sentences/mod.rs](https://app.codecov.io/gh/AeroRust/nmea/pull/94?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/parse.rs](https://app.codecov.io/gh/AeroRust/nmea/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3BhcnNlLnJz) | `73.62% <88.88%> (ø)` | | | [src/sentences/utils.rs](https://app.codecov.io/gh/AeroRust/nmea/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3NlbnRlbmNlcy91dGlscy5ycw==) | `97.67% <100.00%> (-2.33%)` | :arrow_down: | ... and [7 files with indirect coverage changes](https://app.codecov.io/gh/AeroRust/nmea/pull/94/indirect-changes?src=pr&el=tree-more&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.