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

Allow executor extensions to publish events #686

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Mar 1, 2025

The active executor extension already has a private variable holding the event controller, so it's not difficult to add a method to allow implementations of the executor extensions to publish events as well.

The active executor extension already has a private variable holding the
event controller, so it's not difficult to add a method to allow
implementations of the executor extensions to publish events as well.
@cottsay cottsay added the enhancement New feature or request label Mar 1, 2025
@cottsay cottsay self-assigned this Mar 1, 2025
Copy link

codecov bot commented Mar 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.29%. Comparing base (a74fa97) to head (933bb2b).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #686   +/-   ##
=======================================
  Coverage   87.28%   87.29%           
=======================================
  Files          68       68           
  Lines        3949     3951    +2     
  Branches      760      760           
=======================================
+ Hits         3447     3449    +2     
  Misses        396      396           
  Partials      106      106           

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

@cottsay cottsay merged commit c8f5479 into master Mar 3, 2025
36 checks passed
@cottsay cottsay deleted the cottsay/executor-events branch March 3, 2025 20:11
@cottsay cottsay added this to the 0.18.5 milestone Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

2 participants