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

Dev: Remove crmsh/ordereddict.py #1485

Merged

Conversation

liangxin1300
Copy link
Collaborator

It's sufficient to use built-in dict under python 3.7+ as it maintains insertion order.

Copy link

codecov bot commented Jul 9, 2024

Codecov Report

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

Project coverage is 69.53%. Comparing base (bda8e3d) to head (5fc6e77).

Additional details and impacted files
Flag Coverage Δ
integration 54.14% <44.44%> (+0.18%) ⬆️
unit 52.51% <77.77%> (+0.17%) ⬆️

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

Files Coverage Δ
crmsh/cibconfig.py 63.56% <100.00%> (-0.02%) ⬇️
crmsh/constants.py 100.00% <100.00%> (ø)
crmsh/crm_gv.py 53.79% <80.00%> (-0.30%) ⬇️
crmsh/help.py 86.28% <80.00%> (-0.05%) ⬇️
crmsh/ui_script.py 27.19% <0.00%> (+0.07%) ⬆️

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

It's sufficient to use built-in dict under python 3.7+
as it maintains insertion order.
@liangxin1300 liangxin1300 merged commit 72c64e6 into ClusterLabs:master Jul 11, 2024
31 checks passed
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.

None yet

2 participants