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

Ci improvements #81

Closed elpiel closed 1 year ago

elpiel commented 1 year ago

Fixes #79

codecov[bot] commented 1 year ago

Codecov Report

Base: 80.32% // Head: 79.24% // Decreases project coverage by -1.09% :warning:

Coverage data is based on head (9ee8d22) compared to base (d62243d). Patch coverage: 50.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #81 +/- ## ========================================== - Coverage 80.32% 79.24% -1.09% ========================================== Files 25 26 +1 Lines 976 1007 +31 ========================================== + Hits 784 798 +14 - Misses 192 209 +17 ``` | [Impacted Files](https://codecov.io/gh/AeroRust/nmea/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust) | Coverage Δ | | |---|---|---| | [src/lib.rs](https://codecov.io/gh/AeroRust/nmea/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL2xpYi5ycw==) | `0.00% <ø> (ø)` | | | [src/sentences/alm.rs](https://codecov.io/gh/AeroRust/nmea/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3NlbnRlbmNlcy9hbG0ucnM=) | `89.74% <ø> (ø)` | | | [src/sentences/mod.rs](https://codecov.io/gh/AeroRust/nmea/pull/81?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/rmz.rs](https://codecov.io/gh/AeroRust/nmea/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3NlbnRlbmNlcy9ybXoucnM=) | `78.94% <ø> (ø)` | | | [src/parse.rs](https://codecov.io/gh/AeroRust/nmea/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3BhcnNlLnJz) | `70.66% <35.00%> (-12.97%)` | :arrow_down: | | [src/parser.rs](https://codecov.io/gh/AeroRust/nmea/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3BhcnNlci5ycw==) | `78.12% <50.00%> (-0.31%)` | :arrow_down: | | [src/sentences/mtw.rs](https://codecov.io/gh/AeroRust/nmea/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3NlbnRlbmNlcy9tdHcucnM=) | `80.00% <80.00%> (ø)` | | | [src/sentences/gsv.rs](https://codecov.io/gh/AeroRust/nmea/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3NlbnRlbmNlcy9nc3YucnM=) | `93.47% <0.00%> (-0.14%)` | :arrow_down: | 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 at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.