djc / tokio-imap

Tokio-based IMAP implementation
Apache License 2.0
123 stars 42 forks source link

Clippy 1.67 #145

Closed djc closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 56.66% // Head: 78.91% // Increases project coverage by +22.24% :tada:

Coverage data is based on head (5e7d4f3) compared to base (ae6e343). Patch coverage: 9.41% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #145 +/- ## =========================================== + Coverage 56.66% 78.91% +22.24% =========================================== Files 21 24 +3 Lines 930 3618 +2688 =========================================== + Hits 527 2855 +2328 - Misses 403 763 +360 ``` | [Impacted Files](https://codecov.io/gh/djc/tokio-imap/pull/145?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dirkjan+Ochtman) | Coverage Δ | | |---|---|---| | [imap-proto/src/parser/core.rs](https://codecov.io/gh/djc/tokio-imap/pull/145?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dirkjan+Ochtman#diff-aW1hcC1wcm90by9zcmMvcGFyc2VyL2NvcmUucnM=) | `93.65% <0.00%> (-0.17%)` | :arrow_down: | | [imap-proto/src/parser/rfc3501/mod.rs](https://codecov.io/gh/djc/tokio-imap/pull/145?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dirkjan+Ochtman#diff-aW1hcC1wcm90by9zcmMvcGFyc2VyL3JmYzM1MDEvbW9kLnJz) | `96.25% <0.00%> (+1.57%)` | :arrow_up: | | [imap-proto/src/parser/rfc5464.rs](https://codecov.io/gh/djc/tokio-imap/pull/145?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dirkjan+Ochtman#diff-aW1hcC1wcm90by9zcmMvcGFyc2VyL3JmYzU0NjQucnM=) | `91.53% <0.00%> (-5.06%)` | :arrow_down: | | [imap-proto/src/parser/tests.rs](https://codecov.io/gh/djc/tokio-imap/pull/145?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dirkjan+Ochtman#diff-aW1hcC1wcm90by9zcmMvcGFyc2VyL3Rlc3RzLnJz) | `90.58% <0.00%> (ø)` | | | [tokio-imap/src/client.rs](https://codecov.io/gh/djc/tokio-imap/pull/145?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dirkjan+Ochtman#diff-dG9raW8taW1hcC9zcmMvY2xpZW50LnJz) | `0.00% <0.00%> (ø)` | | | [tokio-imap/src/codec.rs](https://codecov.io/gh/djc/tokio-imap/pull/145?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dirkjan+Ochtman#diff-dG9raW8taW1hcC9zcmMvY29kZWMucnM=) | `0.00% <0.00%> (ø)` | | | [imap-proto/src/parser/gmail.rs](https://codecov.io/gh/djc/tokio-imap/pull/145?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dirkjan+Ochtman#diff-aW1hcC1wcm90by9zcmMvcGFyc2VyL2dtYWlsLnJz) | `79.31% <50.00%> (-20.69%)` | :arrow_down: | | [imap-proto/src/types.rs](https://codecov.io/gh/djc/tokio-imap/pull/145?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dirkjan+Ochtman#diff-aW1hcC1wcm90by9zcmMvdHlwZXMucnM=) | `16.66% <50.00%> (+8.73%)` | :arrow_up: | | [imap-proto/src/parser/rfc3501/body\_structure.rs](https://codecov.io/gh/djc/tokio-imap/pull/145?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dirkjan+Ochtman#diff-aW1hcC1wcm90by9zcmMvcGFyc2VyL3JmYzM1MDEvYm9keV9zdHJ1Y3R1cmUucnM=) | `97.22% <100.00%> (+5.11%)` | :arrow_up: | | ... and [23 more](https://codecov.io/gh/djc/tokio-imap/pull/145?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dirkjan+Ochtman) | | 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=Dirkjan+Ochtman). 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=Dirkjan+Ochtman)

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