magic-wormhole / magic-wormhole.rs

Rust implementation of Magic Wormhole, with new features and enhancements
European Union Public License 1.2
726 stars 79 forks source link

Travis tarpaulin #64

Closed warner closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #64 into master will decrease coverage by 15.14%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #64       +/-   ##
===========================================
- Coverage   48.91%   33.76%   -15.15%     
===========================================
  Files          24       23        -1     
  Lines        2263     1685      -578     
===========================================
- Hits         1107      569      -538     
+ Misses       1156     1116       -40
Impacted Files Coverage Δ
src/core/wordlist.rs 81.48% <ø> (-7.69%) :arrow_down:
src/core/lister.rs 60.6% <ø> (-11.95%) :arrow_down:
src/core/transfer.rs 86.66% <ø> (-6.56%) :arrow_down:
src/core/server_messages.rs 100% <ø> (+4.38%) :arrow_up:
src/core/terminator.rs 88.88% <ø> (-4.1%) :arrow_down:
src/core/boss.rs 36.84% <ø> (-7.42%) :arrow_down:
src/core/key.rs 40.38% <ø> (-17.86%) :arrow_down:
src/core/allocator.rs 34.14% <ø> (ø) :arrow_up:
src/core/input.rs 72.6% <ø> (-10.11%) :arrow_down:
src/core/util.rs 76.47% <ø> (-6.87%) :arrow_down:
... and 11 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 22f6030...82a8839. Read the comment docs.