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

feat: add custom actions #358

Merged
merged 8 commits into from
May 25, 2024
Merged

feat: add custom actions #358

merged 8 commits into from
May 25, 2024

Conversation

ahochsteger
Copy link
Owner

@ahochsteger ahochsteger commented May 17, 2024

Description

This PR adds the possibility to inject custom actions that can be added.

See the example customActions.js on how to define and use custom actions.

Fixes #330, #355

Type of change

  • New feature (non-breaking change which adds functionality)

How has this been tested?

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes

@coveralls
Copy link
Collaborator

coveralls commented May 17, 2024

Pull Request Test Coverage Report for Build 9235821610

Details

  • 83 of 83 (100.0%) changed or added relevant lines in 6 files are covered.
  • 44 unchanged lines in 4 files lost coverage.
  • Overall coverage decreased (-0.7%) to 92.029%

Files with Coverage Reduction New Missed Lines %
src/lib/processors/BaseProcessor.ts 5 83.91%
src/lib/utils/Logger.ts 5 89.32%
src/lib/processors/ThreadProcessor.ts 12 90.89%
src/lib/processors/MessageProcessor.ts 22 89.57%
Totals Coverage Status
Change from base Build 9211943411: -0.7%
Covered Lines: 6710
Relevant Lines: 7152

💛 - Coveralls

Copy link

@ahochsteger ahochsteger merged commit 0ec5b5c into main May 25, 2024
5 checks passed
@ahochsteger ahochsteger deleted the add-custom-actions branch May 25, 2024 13:38
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.

2 participants