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: lifecycle hooks #251

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

feat: lifecycle hooks #251

wants to merge 2 commits into from

Conversation

CodeVoyager
Copy link
Contributor

Ticket

#202

Summary

What does this PR do/solve?

  • adding lifecycle hooks to comments content types

Test Plan

  • register lifecycle hooks (see README.md)
  • start a server
  • trigger lifecycle action (afterCreate for example)
  • observe results
  • lifecycle event should be triggered

@CodeVoyager CodeVoyager added the enhancement New feature or request label Mar 2, 2024
@CodeVoyager CodeVoyager self-assigned this Mar 2, 2024
Copy link

codecov bot commented Mar 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.97%. Comparing base (2aa8011) to head (8cdb699).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #251      +/-   ##
==========================================
+ Coverage   80.56%   80.97%   +0.41%     
==========================================
  Files          35       35              
  Lines         926      946      +20     
  Branches      314      316       +2     
==========================================
+ Hits          746      766      +20     
  Misses        176      176              
  Partials        4        4              
Flag Coverage Δ
unittest 80.97% <100.00%> (+0.41%) ⬆️

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.

@CodeVoyager CodeVoyager mentioned this pull request Mar 16, 2024
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.

None yet

1 participant