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

Issue 796: remove days of the week from human readable description when the whole week is specified #797

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

vkhudiakova
Copy link

Example from the issue #796
Before (2.6.0): "At 01:00 AM UTC"
After (2.7.0): "At 01:00 AM, only on Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, and Saturday UTC"

This PR return the previous behaviour in case all days of the week are specified:
0 2 * * * -> "At 02:00 AM UTC"

Copy link

codecov bot commented Aug 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.92%. Comparing base (b31fde0) to head (a61090b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #797      +/-   ##
==========================================
+ Coverage   86.89%   86.92%   +0.02%     
==========================================
  Files          32       32              
  Lines         931      933       +2     
  Branches      124      124              
==========================================
+ Hits          809      811       +2     
  Misses        103      103              
  Partials       19       19              

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

@alexandre-paroissien
Copy link

Nice

@auvipy auvipy merged commit b2a7f56 into celery:main Aug 28, 2024
26 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.

3 participants