-
-
Notifications
You must be signed in to change notification settings - Fork 561
Add ChristianHolidays::_add_saint_martins_day method
#3023
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
Summary by CodeRabbit
WalkthroughIntroduces a dedicated Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (2)📚 Learning: 2025-06-18T10:26:50.180ZApplied to files:
📚 Learning: 2025-06-18T10:07:58.780ZApplied to files:
🧬 Code graph analysis (1)holidays/countries/austria.py (1)
⏰ Context from checks skipped due to timeout of 300000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #3023 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 306 306
Lines 18062 18064 +2
Branches 2333 2333
=========================================
+ Hits 18062 18064 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
LGTM 👍
ChristianHolidays's _add_saint_martins_day methodChristianHolidays::_add_saint_martins_day method
|
Austria also has this holiday. |
|
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.
LGTM.
Proposed change
I initially planned to include this in my PR for #3022, but since @KJhellico has also been working on that, I’m splitting this change into a separate PR for better atomicity.
Type of change
holidaysfunctionality in general)Checklist
make checklocally; all checks and tests passed.