Nullus157 / bs58-rs

Another Rust Base58 codec implementation
Apache License 2.0
75 stars 24 forks source link

Use reusable workflow definitions #89

Closed Nemo157 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Base: 72.67% // Head: 78.34% // Increases project coverage by +5.67% :tada:

Coverage data is based on head (158b528) compared to base (d545e0e). Patch coverage: 48.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## prīmum #89 +/- ## ========================================== + Coverage 72.67% 78.34% +5.67% ========================================== Files 7 6 -1 Lines 333 351 +18 ========================================== + Hits 242 275 +33 + Misses 91 76 -15 ``` | [Impacted Files](https://codecov.io/gh/mycorrhiza/bs58-rs/pull/89?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mycorrhiza) | Coverage Δ | | |---|---|---| | [src/lib.rs](https://codecov.io/gh/mycorrhiza/bs58-rs/pull/89/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mycorrhiza#diff-c3JjL2xpYi5ycw==) | `100.00% <ø> (ø)` | | | [src/decode.rs](https://codecov.io/gh/mycorrhiza/bs58-rs/pull/89/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mycorrhiza#diff-c3JjL2RlY29kZS5ycw==) | `58.55% <3.70%> (-6.75%)` | :arrow_down: | | [src/encode.rs](https://codecov.io/gh/mycorrhiza/bs58-rs/pull/89/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mycorrhiza#diff-c3JjL2VuY29kZS5ycw==) | `78.43% <40.90%> (-2.63%)` | :arrow_down: | | [tests/encode.rs](https://codecov.io/gh/mycorrhiza/bs58-rs/pull/89/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mycorrhiza#diff-dGVzdHMvZW5jb2RlLnJz) | `100.00% <100.00%> (ø)` | | | [tests/decode.rs](https://codecov.io/gh/mycorrhiza/bs58-rs/pull/89/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mycorrhiza#diff-dGVzdHMvZGVjb2RlLnJz) | `100.00% <0.00%> (ø)` | | | [cli/src/main.rs](https://codecov.io/gh/mycorrhiza/bs58-rs/pull/89/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mycorrhiza#diff-Y2xpL3NyYy9tYWluLnJz) | | | | [src/alphabet.rs](https://codecov.io/gh/mycorrhiza/bs58-rs/pull/89/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mycorrhiza#diff-c3JjL2FscGhhYmV0LnJz) | `70.37% <0.00%> (+17.59%)` | :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=mycorrhiza). 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=mycorrhiza)

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

Nemo157 commented 2 years ago

bors r+

bors[bot] commented 2 years ago

Build succeeded: