Skip to content

Conversation

Degfy
Copy link
Member

@Degfy Degfy commented Jun 6, 2025

  • Introduce RunOption interface to provide additional configuration for Run method
  • Add OpWaitEnd() function to create a RunOption that waits for application termination
  • Refactor Run method to accept both functions and RunOptions- Update Serve method to use Run with OpWaitEnd option
  • Improve test cases for new functionality

- Introduce RunOption interface to provide additional configuration for Run method
- Add OpWaitEnd() function to create a RunOption that waits for application termination
- Refactor Run method to accept both functions and RunOptions- Update Serve method to use Run with OpWaitEnd option
- Improve test cases for new functionality
Copy link

codecov bot commented Jun 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
application.go 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Degfy Degfy merged commit cfd1ccb into main Jun 6, 2025
3 checks passed
@github-project-automation github-project-automation bot moved this to Done in gone plan Jun 6, 2025
@Degfy Degfy deleted the feature/run_ branch June 6, 2025 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant