magic-wormhole / magic-wormhole.rs

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

Add subcommand for generating shell completions #173

Closed Stupremee closed 1 year ago

Stupremee commented 1 year ago

Resolves #146

codecov[bot] commented 1 year ago

Codecov Report

Base: 43.40% // Head: 43.42% // Increases project coverage by +0.01% :tada:

Coverage data is based on head (89c950b) compared to base (a2568a3). Patch coverage: 0.00% of modified lines in pull request are covered.

:exclamation: Current head 89c950b differs from pull request most recent head c3848d2. Consider uploading reports for the commit c3848d2 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #173 +/- ## ========================================== + Coverage 43.40% 43.42% +0.01% ========================================== Files 17 17 Lines 2541 2533 -8 ========================================== - Hits 1103 1100 -3 + Misses 1438 1433 -5 ``` | [Impacted Files](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/173?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole) | Coverage Δ | | |---|---|---| | [cli/src/main.rs](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/173/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole#diff-Y2xpL3NyYy9tYWluLnJz) | `0.00% <0.00%> (ø)` | | | [src/util.rs](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/173/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole#diff-c3JjL3V0aWwucnM=) | `34.34% <0.00%> (-1.08%)` | :arrow_down: | | [src/core/rendezvous.rs](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/173/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole#diff-c3JjL2NvcmUvcmVuZGV6dm91cy5ycw==) | `72.68% <0.00%> (-0.36%)` | :arrow_down: | | [src/transit.rs](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/173/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole#diff-c3JjL3RyYW5zaXQucnM=) | `76.17% <0.00%> (+0.06%)` | :arrow_up: | | [src/transfer.rs](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/173/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole#diff-c3JjL3RyYW5zZmVyLnJz) | `41.66% <0.00%> (+0.37%)` | :arrow_up: | | [src/transfer/v1.rs](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/173/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole#diff-c3JjL3RyYW5zZmVyL3YxLnJz) | `36.36% <0.00%> (+1.58%)` | :arrow_up: | | [src/core.rs](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/173/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole#diff-c3JjL2NvcmUucnM=) | `81.33% <0.00%> (+6.02%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.