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

Made classes enum.IntEnums where appropriate. #1053

Merged
merged 1 commit into from
Oct 19, 2024

Conversation

jackgene
Copy link
Contributor

@jackgene jackgene commented Oct 9, 2024

Changes

Updates a few classes that represent enumerated values to sub-class from enum.IntEnum.

This shouldn't change any existing behavior, but facilitates typing going forward.

Copy link

codecov bot commented Oct 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.00%. Comparing base (01c60cd) to head (70f795a).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1053      +/-   ##
==========================================
- Coverage   95.02%   95.00%   -0.02%     
==========================================
  Files         114      114              
  Lines       16971    16974       +3     
  Branches     2771     1736    -1035     
==========================================
  Hits        16126    16126              
  Misses        497      497              
- Partials      348      351       +3     
Flag Coverage Δ
cext 91.96% <100.00%> (+0.03%) ⬆️
integration 94.69% <100.00%> (+0.01%) ⬆️
purepy 94.50% <100.00%> (+<0.01%) ⬆️
unit 52.88% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@ods ods merged commit 4cff9d7 into aio-libs:master Oct 19, 2024
30 of 31 checks passed
@jackgene jackgene deleted the feature/explicit-client-enum-classes branch November 4, 2024 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants