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 new config style and settable hostname #27

Closed MathiasKoch closed 2 years ago

MathiasKoch commented 2 years ago

Fixes #26

codecov-commenter commented 2 years ago

Codecov Report

Merging #27 (ac50854) into master (037a122) will decrease coverage by 0.13%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
- Coverage   16.58%   16.44%   -0.14%     
==========================================
  Files          45       46       +1     
  Lines         989      997       +8     
  Branches      190      190              
==========================================
  Hits          164      164              
- Misses        739      747       +8     
  Partials       86       86              
Impacted Files Coverage Δ
ublox-short-range/src/client.rs 0.00% <ø> (ø)
ublox-short-range/src/command/system/mod.rs 0.00% <0.00%> (ø)
ublox-short-range/src/command/wifi/responses.rs 0.00% <0.00%> (ø)
ublox-short-range/src/config.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 037a122...ac50854. Read the comment docs.