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: impl trigger Hooks #289

Merged
merged 1 commit into from
Aug 16, 2022
Merged

feat: impl trigger Hooks #289

merged 1 commit into from
Aug 16, 2022

Conversation

killagu
Copy link
Contributor

@killagu killagu commented Aug 16, 2022

@codecov
Copy link

codecov bot commented Aug 16, 2022

Codecov Report

Merging #289 (ee87537) into main (4cfa8ed) will decrease coverage by 1.25%.
The diff coverage is 77.57%.

❗ Current head ee87537 differs from pull request most recent head 97af53b. Consider uploading reports for the commit 97af53b to get more accurate results

@@            Coverage Diff             @@
##             main     #289      +/-   ##
==========================================
- Coverage   96.97%   95.71%   -1.26%     
==========================================
  Files         126      132       +6     
  Lines        3832     4063     +231     
  Branches      335      341       +6     
==========================================
+ Hits         3716     3889     +173     
- Misses        116      174      +58     
Impacted Files Coverage Δ
app/core/event/index.ts 100.00% <ø> (ø)
config/config.default.ts 75.00% <ø> (ø)
app/schedule/CreateTriggerHookWorker.ts 29.62% <29.62%> (ø)
app/schedule/TriggerHookWorker.ts 30.76% <30.76%> (ø)
app/port/controller/HookController.ts 92.30% <66.66%> (+0.20%) ⬆️
app/core/service/HookTriggerService.ts 71.11% <71.11%> (ø)
app/repository/TaskRepository.ts 92.15% <75.00%> (-1.47%) ⬇️
app/core/service/CreateHookTriggerService.ts 87.17% <87.17%> (ø)
app/core/entity/HookEvent.ts 92.30% <92.30%> (ø)
app/common/LogUtil.ts 100.00% <100.00%> (ø)
... and 10 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

app/core/entity/Task.ts Outdated Show resolved Hide resolved
app/core/entity/Task.ts Outdated Show resolved Hide resolved
app/core/service/ChangesStreamService.ts Show resolved Hide resolved
app/core/service/HookTriggerService.ts Show resolved Hide resolved
app/core/service/HookTriggerService.ts Show resolved Hide resolved
@killagu killagu merged commit 41c6e24 into main Aug 16, 2022
@killagu killagu deleted the feat/trigger_hooks branch August 16, 2022 16:04
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