grammyjs / conversations

Conversational interfaces for grammY.
https://grammy.dev/plugins/conversations
MIT License
48 stars 17 forks source link

feat: transform data using oson #60

Closed KnorpelSenf closed 1 year ago

KnorpelSenf commented 1 year ago

Compresses the data the conversation plugin stores in the session by converting it using oson. This

Closes #28.

codecov-commenter commented 1 year ago

Codecov Report

Base: 97.65% // Head: 96.48% // Decreases project coverage by -1.16% :warning:

Coverage data is based on head (2bbc53f) compared to base (f2f3aec). Patch coverage: 88.99% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #60 +/- ## ========================================== - Coverage 97.65% 96.48% -1.17% ========================================== Files 4 4 Lines 726 826 +100 Branches 111 119 +8 ========================================== + Hits 709 797 +88 - Misses 16 28 +12 Partials 1 1 ``` | [Impacted Files](https://codecov.io/gh/grammyjs/conversations/pull/60?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grammyjs) | Coverage Δ | | |---|---|---| | [src/conversation.ts](https://codecov.io/gh/grammyjs/conversations/pull/60/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grammyjs#diff-c3JjL2NvbnZlcnNhdGlvbi50cw==) | `96.14% <88.46%> (-1.38%)` | :arrow_down: | | [src/deps.deno.ts](https://codecov.io/gh/grammyjs/conversations/pull/60/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grammyjs#diff-c3JjL2RlcHMuZGVuby50cw==) | `100.00% <100.00%> (ø)` | | 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=grammyjs). 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=grammyjs)

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