FactbirdHQ / ublox-short-range-rs

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

Feature: UDP server stack #43

Closed unizippro closed 2 years ago

unizippro commented 2 years ago

Working server stack

codecov-commenter commented 2 years ago

Codecov Report

Merging #43 (e69b760) into master (a3fa3fc) will decrease coverage by 0.26%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   14.58%   14.32%   -0.27%     
==========================================
  Files          48       48              
  Lines        1035     1047      +12     
  Branches      194      199       +5     
==========================================
- Hits          151      150       -1     
- Misses        799      812      +13     
  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% <0.00%> (ø)
ublox-short-range/src/command/data_mode/types.rs 6.45% <ø> (ø)
ublox-short-range/src/command/edm/urc.rs 30.66% <ø> (-0.92%) :arrow_down:
ublox-short-range/src/command/mod.rs 5.71% <0.00%> (ø)
ublox-short-range/src/command/network/types.rs 0.00% <0.00%> (ø)
ublox-short-range/src/error.rs 0.00% <ø> (ø)
ublox-short-range/src/wifi/mod.rs 0.00% <ø> (ø)
ublox-short-range/src/wifi/tcp_stack.rs 0.00% <ø> (ø)
ublox-short-range/src/wifi/udp_stack.rs 0.00% <0.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 a3fa3fc...e69b760. Read the comment docs.

MathiasKoch commented 2 years ago

@unizippro Can you rebase this and make the CI pass?