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

refactor(middleware): refactor DelayIfStillRunning to delayoverlapping.New() #29

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

flc1125
Copy link
Owner

@flc1125 flc1125 commented Oct 28, 2024

closed: #17

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. documentation Improvements or additions to documentation enhancement New feature or request labels Oct 28, 2024
Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.94%. Comparing base (d001e89) to head (6f82897).
Report is 1 commits behind head on 4.x.

Additional details and impacted files
@@            Coverage Diff             @@
##              4.x      #29      +/-   ##
==========================================
+ Coverage   96.46%   96.94%   +0.48%     
==========================================
  Files          12       13       +1     
  Lines         736      754      +18     
==========================================
+ Hits          710      731      +21     
+ Misses         22       20       -2     
+ Partials        4        3       -1     

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

@flc1125 flc1125 added this to the v4.0.0 milestone Oct 28, 2024
@flc1125 flc1125 merged commit 74020d8 into 4.x Oct 28, 2024
17 checks passed
@flc1125 flc1125 deleted the refactor/middleware/delayoverlapping branch October 28, 2024 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor(middleware): migrate DelayIfStillRunning to the middleware directory
1 participant