FactbirdHQ / ublox-short-range-rs

A driver crate for the entire u-blox short range family in Rust
6 stars 2 forks source link

Introduces embedded time #20

Closed keisrk closed 3 years ago

keisrk commented 3 years ago

This PR takes over the branch improvement/new_sockets.

codecov-commenter commented 3 years ago

Codecov Report

Merging #20 (253b143) into enhancement-upgrade-dependencies (4319702) will increase coverage by 0.96%. The diff coverage is 47.36%.

Impacted file tree graph

@@                         Coverage Diff                          @@
##           enhancement-upgrade-dependencies      #20      +/-   ##
====================================================================
+ Coverage                             24.39%   25.35%   +0.96%     
====================================================================
  Files                                    48       48              
  Lines                                  1230     1274      +44     
  Branches                                305      309       +4     
====================================================================
+ Hits                                    300      323      +23     
- Misses                                  790      812      +22     
+ Partials                                140      139       -1     
Impacted Files Coverage Δ
ublox-short-range/src/client.rs 0.00% <ø> (ø)
ublox-short-range/src/command/custom_digest.rs 42.64% <0.00%> (+1.21%) :arrow_up:
ublox-short-range/src/error.rs 0.00% <ø> (ø)
ublox-short-range/src/socket/set.rs 0.00% <0.00%> (ø)
ublox-short-range/src/socket/udp.rs 0.00% <ø> (ø)
ublox-short-range/src/wifi/socket.rs 78.46% <ø> (ø)
ublox-short-range/src/test_helpers.rs 64.70% <64.70%> (ø)
ublox-short-range/src/command/edm/mod.rs 47.61% <75.00%> (+2.30%) :arrow_up:
ublox-short-range/src/lib.rs 100.00% <100.00%> (ø)
ublox-short-range/src/socket/ring_buffer.rs 73.46% <100.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4319702...253b143. Read the comment docs.