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-204 : DeleteRecords API #969

Merged
merged 6 commits into from
Jan 29, 2024

Explain the unpacking catch all

927472e
Select commit
Loading
Failed to load commit list.
Merged

Implement KIP-204 : DeleteRecords API #969

Explain the unpacking catch all
927472e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 29, 2024 in 0s

93.66% (-1.40%) compared to f8d0d15

View this Pull Request on Codecov

93.66% (-1.40%) compared to f8d0d15

Details

Codecov Report

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

Comparison is base (f8d0d15) 95.06% compared to head (927472e) 93.66%.

❗ Current head 927472e differs from pull request most recent head 3f2e2e2. Consider uploading reports for the commit 3f2e2e2 to get more accurate results

Files Patch % Lines
aiokafka/admin/client.py 17.24% 24 Missing ⚠️
tests/test_admin.py 26.66% 11 Missing ⚠️
aiokafka/admin/records_to_delete.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #969      +/-   ##
==========================================
- Coverage   95.06%   93.66%   -1.40%     
==========================================
  Files         106      107       +1     
  Lines       16332    16408      +76     
  Branches     2610     2624      +14     
==========================================
- Hits        15526    15369     -157     
- Misses        532      754     +222     
- Partials      274      285      +11     

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