cyphernet-labs / rust-internet2

Set of rust crates for software supporting Internet2 (Tor, Noise protocol, lightning network-style messaging)
Apache License 2.0
18 stars 9 forks source link

Fixing all lints #14

Closed dr-orlovsky closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #14 (4007a18) into master (3d76d01) will increase coverage by 0.9%. The diff coverage is 46.7%.

:exclamation: Current head 4007a18 differs from pull request most recent head 6c96252. Consider uploading reports for the commit 6c96252 to get more accurate results Impacted file tree graph

@@           Coverage Diff            @@
##           master     #14     +/-   ##
========================================
+ Coverage    63.0%   63.8%   +0.9%     
========================================
  Files          24      24             
  Lines        3435    3309    -126     
========================================
- Hits         2163    2112     -51     
+ Misses       1272    1197     -75     
Impacted Files Coverage Δ
src/lib.rs 53.9% <ø> (-0.2%) :arrow_down:
src/presentation/error.rs 0.0% <0.0%> (ø)
src/presentation/mod.rs 0.0% <0.0%> (ø)
src/presentation/tlv.rs 0.0% <0.0%> (ø)
src/session/noise/chacha.rs 100.0% <ø> (ø)
src/transport/mod.rs 2.9% <ø> (ø)
src/transport/zmqsocket.rs 20.3% <14.3%> (-0.5%) :arrow_down:
src/transport/socket_addr.rs 12.4% <17.4%> (+1.7%) :arrow_up:
src/presentation/message.rs 16.0% <25.0%> (+5.2%) :arrow_up:
src/session/session.rs 69.3% <33.3%> (+2.0%) :arrow_up:
... and 17 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 3d76d01...6c96252. Read the comment docs.