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

Add rpc decorator for registering function #31

Merged
merged 12 commits into from
Apr 2, 2023
Merged

Conversation

Ananto30
Copy link
Owner

No description provided.

@Ananto30 Ananto30 linked an issue Mar 25, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Mar 25, 2023

Codecov Report

Patch coverage: 78.35% and project coverage change: +0.80 🎉

Comparison is base (2a164c9) 77.63% compared to head (6d1563e) 78.44%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
+ Coverage   77.63%   78.44%   +0.80%     
==========================================
  Files          12       25      +13     
  Lines         456      603     +147     
==========================================
+ Hits          354      473     +119     
- Misses        102      130      +28     
Impacted Files Coverage Δ
zero/pubsub/subscriber.py 100.00% <ø> (ø)
zero/codegen/codegen.py 29.62% <15.38%> (ø)
zero/zero_mq/queue_device/worker.py 24.13% <24.13%> (ø)
zero/client_server/worker.py 25.39% <25.39%> (ø)
zero/zero_mq/factory.py 66.66% <66.66%> (ø)
zero/encoder/protocols.py 71.42% <71.42%> (ø)
zero/generate_client.py 89.47% <75.00%> (ø)
zero/zero_mq/queue_device/client.py 77.38% <77.38%> (ø)
zero/encoder/factory.py 83.33% <83.33%> (ø)
zero/utils/type.py 87.69% <89.18%> (ø)
... and 13 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Ananto30 Ananto30 merged commit 34dd88f into main Apr 2, 2023
13 checks passed
@Ananto30 Ananto30 deleted the feat/rpc-decorator branch April 2, 2023 08:40
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.

Registering functions via decorator
1 participant