Skip to content

Conversation

@KengoWada
Copy link
Owner

Proposed changes

This update refactors the example to use the new DefaultWorkerFactory, reflecting the recent changes to support customizable workers via the Worker interface.

Related issue(s)

Fixes #9

Checklist

Please ensure that the following checks have been performed:

  • I have read and followed the project's contributing guidelines.
  • My code follows the project's coding style.
  • I have added or updated relevant documentation.
  • I have added or updated tests (if applicable).
  • All new and existing tests pass.
  • My changes do not introduce any new warnings or errors.

@KengoWada KengoWada self-assigned this Apr 29, 2025
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 33.33333% with 16 lines in your changes missing coverage. Please review.

Project coverage is 40.54%. Comparing base (164be30) to head (3d3ea1a).

Files with missing lines Patch % Lines
manager.go 0.00% 16 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #11      +/-   ##
===========================================
- Coverage    41.95%   40.54%   -1.42%     
===========================================
  Files            4        4              
  Lines          143      148       +5     
===========================================
  Hits            60       60              
- Misses          83       88       +5     

☔ 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.

@KengoWada KengoWada merged commit e28424b into develop Apr 29, 2025
2 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.

[FEATURE] - Add Worker interface and rename Worker to DefaultWorker

3 participants