Skip to content

Feat/is holiday - #68

Open
sadrasabouri wants to merge 7 commits into
devfrom
feat/is_holiday
Open

Feat/is holiday#68
sadrasabouri wants to merge 7 commits into
devfrom
feat/is_holiday

Conversation

@sadrasabouri

Copy link
Copy Markdown
Member

Reference Issues/PRs

#64

What does this implement/fix? Explain your changes.

Any other comments?

@sadrasabouri sadrasabouri added this to the rokh v0.5 milestone Aug 18, 2026
@sadrasabouri sadrasabouri self-assigned this Aug 18, 2026
@sadrasabouri sadrasabouri added the enhancement New feature or request label Aug 18, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@codecov-commenter

codecov-commenter commented Aug 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.33%. Comparing base (cbfefed) to head (e5c836b).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev      #68      +/-   ##
==========================================
+ Coverage   97.25%   97.33%   +0.08%     
==========================================
  Files           7        7              
  Lines         109      112       +3     
  Branches       25       25              
==========================================
+ Hits          106      109       +3     
  Partials        3        3              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sadrasabouri
sadrasabouri marked this pull request as ready for review August 18, 2026 07:51
Comment thread README.md Outdated

```pycon
>>> from rokh import is_holiday, DateSystem
>>> is_holiday(13, 1, 1450, DateSystem.JALALI, DateSystem.JALALI)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

>>> is_holiday(day=13, month=1, year=1450, event_date_system=DateSystem.JALALI)

Comment thread CHANGELOG.md
### Changed
- Dependencies structure modified
- Test system modified
- Jalali events updated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- `README.md` updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants