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 full Access Point capabilities #24

Closed MathiasKoch closed 2 years ago

MathiasKoch commented 2 years ago

Fixes #12

codecov-commenter commented 2 years ago

Codecov Report

Merging #24 (020fc62) into master (83fb3de) will increase coverage by 0.19%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   16.38%   16.58%   +0.19%     
==========================================
  Files          45       45              
  Lines        1001      989      -12     
  Branches      190      190              
==========================================
  Hits          164      164              
+ Misses        751      739      -12     
  Partials       86       86              
Impacted Files Coverage Δ
ublox-short-range/src/client.rs 0.00% <ø> (ø)
ublox-short-range/src/command/wifi/mod.rs 0.00% <ø> (ø)
ublox-short-range/src/command/wifi/types.rs 0.00% <ø> (ø)
ublox-short-range/src/command/wifi/urc.rs 0.00% <0.00%> (ø)
ublox-short-range/src/error.rs 0.00% <0.00%> (ø)
ublox-short-range/src/lib.rs 100.00% <ø> (ø)

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 83fb3de...020fc62. Read the comment docs.