fix(core): serializing Longs between worker and port #63

Merged
teidesu merged 1 commit from worker-longs into master 2024-07-15 23:30:40 +03:00
teidesu commented 2024-07-15 18:46:03 +03:00 (Migrated from github.com)
No description provided.
codecov[bot] commented 2024-07-15 18:48:47 +03:00 (Migrated from github.com)

Codecov Report

Attention: Patch coverage is 23.59551% with 68 lines in your changes missing coverage. Please review.

Project coverage is 56.27%. Comparing base (d4d3f1b) to head (134dc83).

Files Patch % Lines
packages/core/src/highlevel/worker/protocol.ts 16.90% 59 Missing ⚠️
packages/core/src/highlevel/worker/worker.ts 58.33% 5 Missing ⚠️
packages/core/src/highlevel/worker/port.ts 25.00% 3 Missing ⚠️
packages/core/src/highlevel/worker/invoker.ts 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
- Coverage   56.31%   56.27%   -0.04%     
==========================================
  Files         674      674              
  Lines       73611    73683      +72     
  Branches     3240     3240              
==========================================
+ Hits        41452    41465      +13     
- Misses      32159    32218      +59     

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

## [Codecov](https://app.codecov.io/gh/mtcute/mtcute/pull/63?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 `23.59551%` with `68 lines` in your changes missing coverage. Please review. > Project coverage is 56.27%. Comparing base [(`d4d3f1b`)](https://app.codecov.io/gh/mtcute/mtcute/commit/d4d3f1becc40549352fea96fc93d43cc7ba51ba0?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute) to head [(`134dc83`)](https://app.codecov.io/gh/mtcute/mtcute/commit/134dc8371fd922aea70515702f4885ee7c873ba9?dropdown=coverage&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/63?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute) | Patch % | Lines | |---|---|---| | [packages/core/src/highlevel/worker/protocol.ts](https://app.codecov.io/gh/mtcute/mtcute/pull/63?src=pr&el=tree&filepath=packages%2Fcore%2Fsrc%2Fhighlevel%2Fworker%2Fprotocol.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute#diff-cGFja2FnZXMvY29yZS9zcmMvaGlnaGxldmVsL3dvcmtlci9wcm90b2NvbC50cw==) | 16.90% | [59 Missing :warning: ](https://app.codecov.io/gh/mtcute/mtcute/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute) | | [packages/core/src/highlevel/worker/worker.ts](https://app.codecov.io/gh/mtcute/mtcute/pull/63?src=pr&el=tree&filepath=packages%2Fcore%2Fsrc%2Fhighlevel%2Fworker%2Fworker.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute#diff-cGFja2FnZXMvY29yZS9zcmMvaGlnaGxldmVsL3dvcmtlci93b3JrZXIudHM=) | 58.33% | [5 Missing :warning: ](https://app.codecov.io/gh/mtcute/mtcute/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute) | | [packages/core/src/highlevel/worker/port.ts](https://app.codecov.io/gh/mtcute/mtcute/pull/63?src=pr&el=tree&filepath=packages%2Fcore%2Fsrc%2Fhighlevel%2Fworker%2Fport.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute#diff-cGFja2FnZXMvY29yZS9zcmMvaGlnaGxldmVsL3dvcmtlci9wb3J0LnRz) | 25.00% | [3 Missing :warning: ](https://app.codecov.io/gh/mtcute/mtcute/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute) | | [packages/core/src/highlevel/worker/invoker.ts](https://app.codecov.io/gh/mtcute/mtcute/pull/63?src=pr&el=tree&filepath=packages%2Fcore%2Fsrc%2Fhighlevel%2Fworker%2Finvoker.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute#diff-cGFja2FnZXMvY29yZS9zcmMvaGlnaGxldmVsL3dvcmtlci9pbnZva2VyLnRz) | 50.00% | [1 Missing :warning: ](https://app.codecov.io/gh/mtcute/mtcute/pull/63?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 #63 +/- ## ========================================== - Coverage 56.31% 56.27% -0.04% ========================================== Files 674 674 Lines 73611 73683 +72 Branches 3240 3240 ========================================== + Hits 41452 41465 +13 - Misses 32159 32218 +59 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/mtcute/mtcute/pull/63?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.