Skip to content

refactor(wow-core): restructure WaitStrategyPropagator interface #1842

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

Merged
merged 1 commit into from
Aug 6, 2025

Conversation

Ahoo-Wang
Copy link
Owner

  • Remove shouldPropagate and propagate overloaded methods from WaitStrategyPropagator
  • Add these methods to a new Materialized interface
  • Update WaitStrategy to use the new Materialized interface
  • Simplify the overall structure and improve code organization

- Remove shouldPropagate and propagate overloaded methods from WaitStrategyPropagator
- Add these methods to a new Materialized interface
- Update WaitStrategy to use the new Materialized interface
- Simplify the overall structure and improve code organization

Signed-off-by: Ahoo Wang <ahoowang@qq.com>
@Ahoo-Wang Ahoo-Wang added the enhancement New feature or request label Aug 6, 2025
Copy link
Contributor

github-actions bot commented Aug 6, 2025

Test Results

1 475 tests  ±0   1 458 ✅ ±0   11m 27s ⏱️ -49s
  369 suites ±0      17 💤 ±0 
  369 files   ±0       0 ❌ ±0 

Results for commit 0ca0d05. ± Comparison against base commit daa4843.

Copy link
Contributor

github-actions bot commented Aug 6, 2025

Test Results

1 475 tests  ±0   1 458 ✅ ±0   11m 36s ⏱️ -40s
  369 suites ±0      17 💤 ±0 
  369 files   ±0       0 ❌ ±0 

Results for commit 0ca0d05. ± Comparison against base commit daa4843.

Copy link

codecov bot commented Aug 6, 2025

Codecov Report

❌ Patch coverage is 57.14286% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.08%. Comparing base (daa4843) to head (0ca0d05).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...in/kotlin/me/ahoo/wow/command/wait/WaitStrategy.kt 57.14% 3 Missing ⚠️

❌ Your patch status has failed because the patch coverage (57.14%) is below the target coverage (60.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1842      +/-   ##
============================================
+ Coverage     91.04%   91.08%   +0.04%     
  Complexity     3723     3723              
============================================
  Files           704      704              
  Lines         12876    12869       -7     
  Branches        819      819              
============================================
- Hits          11723    11722       -1     
+ Misses          760      754       -6     
  Partials        393      393              
Flag Coverage Δ
unittests 91.08% <57.14%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Ahoo-Wang Ahoo-Wang merged commit a8d3bd0 into main Aug 6, 2025
32 of 33 checks passed
@Ahoo-Wang Ahoo-Wang deleted the WaitStrategyPropagator branch August 6, 2025 04:00
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.

1 participant