-
Couldn't load subscription status.
- Fork 6
respect ordering of files when loading #478
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
Conversation
WalkthroughThe update modifies the Changes
Estimated code review effort1 (~2 minutes) 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
🔇 Additional comments (2)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## stable #478 +/- ##
==========================================
- Coverage 75.74% 75.65% -0.09%
==========================================
Files 100 100
Lines 8841 8792 -49
Branches 1736 1723 -13
==========================================
- Hits 6697 6652 -45
+ Misses 1665 1662 -3
+ Partials 479 478 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
|
please feel free to update and/or merge without me if necessary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch
always sorting the files alphabetically will cause a problem if a file
a_objects.ymlis dependent onz_objects.ymlthis update is to only sort files alphabetically if they are in a directory, in which case I think we can assume that order does not matter.
I'm not exactly sure why we need to order files alphabetically at all actually, so maybe the added line is unecessary
Summary by CodeRabbit