fix(core): check for message id in _findMessageInUpdate #23

Merged
teidesu merged 1 commit from check-message-id into master 2024-03-17 06:47:45 +03:00
teidesu commented 2024-03-17 06:24:14 +03:00 (Migrated from github.com)
No description provided.
codecov[bot] commented 2024-03-17 06:31:16 +03:00 (Migrated from github.com)

Codecov Report

Attention: Patch coverage is 85.71429% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 64.95%. Comparing base (81a12a8) to head (14a54f5).

Files Patch % Lines
.../core/src/highlevel/methods/messages/send-media.ts 0.00% 3 Missing ⚠️
...e/src/highlevel/methods/messages/find-in-update.ts 93.10% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   64.94%   64.95%           
=======================================
  Files         620      620           
  Lines       65410    65431   +21     
  Branches     3141     3143    +2     
=======================================
+ Hits        42483    42501   +18     
- Misses      22927    22930    +3     

View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

## [Codecov](https://app.codecov.io/gh/mtcute/mtcute/pull/23?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute) Report Attention: Patch coverage is `85.71429%` with `5 lines` in your changes are missing coverage. Please review. > Project coverage is 64.95%. Comparing base [(`81a12a8`)](https://app.codecov.io/gh/mtcute/mtcute/commit/81a12a80880163766f52cfe49562703a1f991493?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute) to head [(`14a54f5`)](https://app.codecov.io/gh/mtcute/mtcute/pull/23?dropdown=coverage&src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute). | [Files](https://app.codecov.io/gh/mtcute/mtcute/pull/23?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute) | Patch % | Lines | |---|---|---| | [.../core/src/highlevel/methods/messages/send-media.ts](https://app.codecov.io/gh/mtcute/mtcute/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute#diff-cGFja2FnZXMvY29yZS9zcmMvaGlnaGxldmVsL21ldGhvZHMvbWVzc2FnZXMvc2VuZC1tZWRpYS50cw==) | 0.00% | [3 Missing :warning: ](https://app.codecov.io/gh/mtcute/mtcute/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute) | | [...e/src/highlevel/methods/messages/find-in-update.ts](https://app.codecov.io/gh/mtcute/mtcute/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute#diff-cGFja2FnZXMvY29yZS9zcmMvaGlnaGxldmVsL21ldGhvZHMvbWVzc2FnZXMvZmluZC1pbi11cGRhdGUudHM=) | 93.10% | [2 Missing :warning: ](https://app.codecov.io/gh/mtcute/mtcute/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute) | <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## master #23 +/- ## ======================================= Coverage 64.94% 64.95% ======================================= Files 620 620 Lines 65410 65431 +21 Branches 3141 3143 +2 ======================================= + Hits 42483 42501 +18 - Misses 22927 22930 +3 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/mtcute/mtcute/pull/23?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute). :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute).
Sign in to join this conversation.
No description provided.