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

Implement KIP-345 in aiokafka (rebase of #827) #941

Merged
merged 25 commits into from
Dec 7, 2023

update isinstance function, use JoinGroupResponse_v5 for check

5c60f63
Select commit
Loading
Failed to load commit list.
Merged

Implement KIP-345 in aiokafka (rebase of #827) #941

update isinstance function, use JoinGroupResponse_v5 for check
5c60f63
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 6, 2023 in 0s

94.91% (+0.01%) compared to d7201c1

View this Pull Request on Codecov

94.91% (+0.01%) compared to d7201c1

Details

Codecov Report

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

Comparison is base (d7201c1) 94.89% compared to head (5c60f63) 94.91%.
Report is 1 commits behind head on master.

Files Patch % Lines
tests/test_consumer.py 97.58% 2 Missing and 1 partial ⚠️
aiokafka/consumer/group_coordinator.py 95.23% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #941      +/-   ##
==========================================
+ Coverage   94.89%   94.91%   +0.01%     
==========================================
  Files         106      106              
  Lines       16136    16318     +182     
  Branches     2592     2615      +23     
==========================================
+ Hits        15313    15488     +175     
- Misses        549      554       +5     
- Partials      274      276       +2     

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