-
Notifications
You must be signed in to change notification settings - Fork 476
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
Add Algeria holidays #1176
Add Algeria holidays #1176
Conversation
@abh31000, thank you for your contribution! Seems your code based on |
Co-authored-by: ~Jhellico <[email protected]>
Co-authored-by: ~Jhellico <[email protected]>
Co-authored-by: ~Jhellico <[email protected]>
…lgeria in holidays/registry.py -Fixed typo in holidays/countries/algeria.py
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.
Hi @abh31000,
thank you so much for implementing the Algeria holidays!
We're excited to see a new contributor! Also thanks a lot for addressing all the comments in such a timely manner.
I left a couple of minor comments below. Otherwise your code looks good!
P.S. as for the coverage issue you had with your first commit of this PR -- you can find out the uncovered lines by running make coverage
(which is an alias for pytest --cov=. --cov-config=pyproject.toml --cov-report term-missing --dist loadscope --no-cov-on-fail --numprocesses auto
)
You're welcome! |
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
Great work 👍, merged into beta! Thank you! |
Proposed change
Added Algeria holidays
Closes #1145
Stuck at 82% coverage. Can anyone tell me what I'm missing here?
Type of change
Checklist
beta
branch of the repositorymake pre-commit
make test
,make tox
(we strongly encourage adding tests to your code)