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() add rpc & ws decorators, add rpc context #3039

Merged
merged 1 commit into from
Sep 30, 2019

Conversation

kamilmysliwiec
Copy link
Member

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

@coveralls
Copy link

Pull Request Test Coverage Report for Build 2778

  • 256 of 278 (92.09%) changed or added relevant lines in 38 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.2%) to 95.103%

Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/microservices/ctx-host/nats.context.ts 3 4 75.0%
packages/microservices/ctx-host/redis.context.ts 3 4 75.0%
packages/microservices/ctx-host/tcp.context.ts 3 4 75.0%
packages/microservices/server/server-rmq.ts 6 7 85.71%
packages/microservices/server/server-tcp.ts 2 3 66.67%
packages/microservices/ctx-host/base-rpc.context.ts 2 4 50.0%
packages/microservices/ctx-host/mqtt.context.ts 3 5 60.0%
packages/microservices/ctx-host/rmq.context.ts 3 5 60.0%
packages/microservices/ctx-host/kafka.context.ts 3 6 50.0%
packages/microservices/context/rpc-context-creator.ts 51 55 92.73%
Totals Coverage Status
Change from base Build 2744: -0.2%
Covered Lines: 4331
Relevant Lines: 4554

💛 - Coveralls

@lock
Copy link

lock bot commented Dec 29, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Dec 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants