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

8-redis-support-part-1 #14

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

8-redis-support-part-1 #14

wants to merge 12 commits into from

Conversation

zerlok
Copy link
Owner

@zerlok zerlok commented Dec 1, 2024

No description provided.

@zerlok zerlok self-assigned this Dec 1, 2024
@zerlok zerlok linked an issue Dec 1, 2024 that may be closed by this pull request
2 tasks
Copy link

github-actions bot commented Dec 1, 2024

The latest Buf updates on your PR. Results from workflow pull request checks / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedDec 4, 2024, 11:04 PM

@zerlok zerlok marked this pull request as draft December 1, 2024 23:28
@zerlok zerlok added this to the v1 milestone Dec 1, 2024
@zerlok zerlok added the enhancement New feature or request label Dec 1, 2024
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 66.66667% with 234 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/brokrpc/cli.py 51.38% 132 Missing and 8 partials ⚠️
src/brokrpc/driver/redis.py 73.84% 80 Missing and 5 partials ⚠️
src/brokrpc/driver/aiormq.py 85.29% 5 Missing ⚠️
src/brokrpc/errors.py 93.75% 1 Missing and 1 partial ⚠️
src/brokrpc/broker.py 87.50% 0 Missing and 1 partial ⚠️
src/brokrpc/serializer/json.py 50.00% 0 Missing and 1 partial ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Files with missing lines Coverage Δ
src/brokrpc/abc.py 100.00% <ø> (ø)
src/brokrpc/model.py 100.00% <100.00%> (ø)
src/brokrpc/serializer/protobuf.py 86.20% <100.00%> (+19.86%) ⬆️
src/brokrpc/broker.py 88.61% <87.50%> (-1.90%) ⬇️
src/brokrpc/serializer/json.py 66.66% <50.00%> (+0.70%) ⬆️
src/brokrpc/errors.py 93.75% <93.75%> (ø)
src/brokrpc/driver/aiormq.py 86.50% <85.29%> (-1.55%) ⬇️
src/brokrpc/driver/redis.py 73.84% <73.84%> (ø)
src/brokrpc/cli.py 53.17% <51.38%> (-19.72%) ⬇️

... and 2 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

redis support part 1
2 participants