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

Provide annotations for kombu/utils/encoding.py #2208

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Add spacing between `@overload`'ed functions to fix E302 errors

4f51694
Select commit
Loading
Failed to load commit list.
Open

Provide annotations for kombu/utils/encoding.py #2208

Add spacing between `@overload`'ed functions to fix E302 errors
4f51694
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 1s

81.48% (-0.03%) compared to 6363d64, passed because coverage increased by 0% when compared to adjusted base (81.48%)

View this Pull Request on Codecov

81.48% (-0.03%) compared to 6363d64, passed because coverage increased by 0% when compared to adjusted base (81.48%)

Details

Codecov Report

Attention: Patch coverage is 81.81818% with 4 lines in your changes missing coverage. Please review.

Project coverage is 81.48%. Comparing base (6363d64) to head (4f51694).

Files with missing lines Patch % Lines
kombu/utils/encoding.py 81.81% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2208      +/-   ##
==========================================
- Coverage   81.50%   81.48%   -0.03%     
==========================================
  Files          77       77              
  Lines        9522     9532      +10     
  Branches     1151     1155       +4     
==========================================
+ Hits         7761     7767       +6     
  Misses       1569     1569              
- Partials      192      196       +4     

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