FactbirdHQ / ublox-cellular-rs

A driver crate for the entire u-blox cellular family in Rust
21 stars 10 forks source link

fix(*): correct network registration checks at regular intervals (15s) #65

Closed MathiasKoch closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #65 (22645af) into master (226d099) will decrease coverage by 0.05%. The diff coverage is 12.00%.

@@            Coverage Diff            @@
##           master     #65      +/-   ##
=========================================
- Coverage    9.60%   9.54%   -0.06%     
=========================================
  Files          56      56              
  Lines        1416    1435      +19     
  Branches      380     382       +2     
=========================================
+ Hits          136     137       +1     
- Misses       1250    1268      +18     
  Partials       30      30              
Impacted Files Coverage Δ
ublox-cellular/src/command/mobile_control/mod.rs 0.00% <ø> (ø)
...x-cellular/src/command/mobile_control/responses.rs 0.00% <0.00%> (ø)
ublox-cellular/src/services/data/mod.rs 0.00% <ø> (ø)
ublox-cellular/src/network.rs 12.50% <5.00%> (-1.10%) :arrow_down:
ublox-cellular/src/registration.rs 27.36% <100.00%> (+0.77%) :arrow_up:

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 226d099...22645af. Read the comment docs.