Closed keisrk closed 3 years ago
Merging #19 (338f60c) into master (e2c6638) will increase coverage by
4.38%
. The diff coverage is37.68%
.
@@ Coverage Diff @@
## master #19 +/- ##
==========================================
+ Coverage 20.97% 25.35% +4.38%
==========================================
Files 47 48 +1
Lines 1192 1274 +82
Branches 281 309 +28
==========================================
+ Hits 250 323 +73
+ Misses 815 812 -3
- Partials 127 139 +12
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%> (ø) |
|
...lox-short-range/src/command/data_mode/responses.rs | 0.00% <0.00%> (ø) |
|
ublox-short-range/src/command/data_mode/types.rs | 0.00% <0.00%> (ø) |
|
ublox-short-range/src/command/data_mode/urc.rs | 11.11% <0.00%> (ø) |
|
ublox-short-range/src/command/edm/types.rs | 46.66% <0.00%> (ø) |
|
ublox-short-range/src/command/ethernet/types.rs | 0.00% <ø> (ø) |
|
ublox-short-range/src/command/general/responses.rs | 0.00% <0.00%> (ø) |
|
ublox-short-range/src/command/network/types.rs | 0.00% <0.00%> (ø) |
|
ublox-short-range/src/command/ping/urc.rs | 0.00% <0.00%> (ø) |
|
... and 22 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 e2c6638...338f60c. Read the comment docs.
LGTM Clippy linting rollback to 0.1.52 because:
thread 'rustc' panicked at 'called Result::unwrap()
on an Err
value: "requires owned_box
lang_item"', src/tools/clippy/clippy_utils/src/ty.rs:251:67
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new
note: Clippy version: clippy 0.1.53 (53cb7b0 2021-06-17)
query stack during panic:
end of query stack```
Upgrade dependencies as follows:
Fixes #18