Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: rpc service #87

Merged
merged 6 commits into from
Dec 11, 2023
Merged

feat: rpc service #87

merged 6 commits into from
Dec 11, 2023

Conversation

giangndm
Copy link
Contributor

@giangndm giangndm commented Dec 1, 2023

No description provided.

packages/services/rpc/src/behaviour.rs Fixed Show fixed Hide fixed
packages/services/rpc/src/handler.rs Fixed Show fixed Hide fixed
packages/services/rpc/src/rpc_box.rs Fixed Show fixed Hide fixed
packages/services/rpc/src/rpc_box.rs Fixed Show fixed Hide fixed
packages/services/rpc/src/rpc_emitter.rs Fixed Show fixed Hide fixed
packages/services/rpc/src/rpc_queue.rs Fixed Show fixed Hide fixed
@giangndm giangndm marked this pull request as ready for review December 1, 2023 17:46
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

Attention: 102 lines in your changes are missing coverage. Please review.

Comparison is base (4012da9) 86.52% compared to head (8bca859) 86.79%.
Report is 2 commits behind head on master.

Files Patch % Lines
packages/services/rpc/src/rpc_msg.rs 71.60% 23 Missing ⚠️
packages/services/rpc/src/behaviour.rs 73.13% 18 Missing ⚠️
packages/services/rpc/src/rpc_box.rs 70.73% 12 Missing ⚠️
packages/services/rpc/src/rpc_reliable/send.rs 93.97% 10 Missing ⚠️
packages/services/dht_discovery/src/behavior.rs 0.00% 8 Missing ⚠️
packages/services/rpc/src/rpc_queue.rs 97.33% 6 Missing ⚠️
packages/integration_tests/src/rpc.rs 92.18% 5 Missing ⚠️
packages/network/src/msg.rs 95.68% 5 Missing ⚠️
packages/services/rpc/src/handler.rs 82.60% 4 Missing ⚠️
packages/services/pub_sub/src/sdk/publisher_raw.rs 0.00% 3 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
+ Coverage   86.52%   86.79%   +0.26%     
==========================================
  Files         107      118      +11     
  Lines       12489    13388     +899     
==========================================
+ Hits        10806    11620     +814     
- Misses       1683     1768      +85     

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

@giangndm giangndm merged commit f7ff0dc into 8xFF:master Dec 11, 2023
6 checks passed
@giangndm giangndm mentioned this pull request Dec 11, 2023
16 tasks
@github-actions github-actions bot mentioned this pull request Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant