FactbirdHQ / ublox-short-range-rs

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

Add initial supplicant layer for managing saved networks #46

Closed MathiasKoch closed 2 years ago

MathiasKoch commented 2 years ago

create, update, list, delete, activate, deactivate & scan of networks

codecov-commenter commented 2 years ago

Codecov Report

Merging #46 (88ef29e) into master (63da50b) will decrease coverage by 0.41%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
- Coverage   14.32%   13.91%   -0.42%     
==========================================
  Files          48       49       +1     
  Lines        1047     1078      +31     
  Branches      199      216      +17     
==========================================
  Hits          150      150              
- Misses        812      843      +31     
  Partials       85       85              
Impacted Files Coverage Δ
ublox-short-range/src/client.rs 0.00% <0.00%> (ø)
ublox-short-range/src/command/data_mode/mod.rs 0.00% <ø> (ø)
ublox-short-range/src/command/data_mode/types.rs 6.45% <0.00%> (ø)
ublox-short-range/src/command/ethernet/mod.rs 0.00% <ø> (ø)
ublox-short-range/src/command/ethernet/types.rs 0.00% <0.00%> (ø)
ublox-short-range/src/command/general/mod.rs 0.00% <ø> (ø)
ublox-short-range/src/command/general/responses.rs 0.00% <0.00%> (ø)
ublox-short-range/src/command/general/types.rs 0.00% <0.00%> (ø)
ublox-short-range/src/command/gpio/mod.rs 0.00% <ø> (ø)
ublox-short-range/src/command/mod.rs 5.88% <ø> (+0.16%) :arrow_up:
... and 13 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 63da50b...88ef29e. Read the comment docs.