CodersCrew / coderscamp

Monorepo containing CodersCamp's internal application, its website, and all development resources created around them.
https://www.coderscamp.edu.pl/
GNU General Public License v3.0
6 stars 3 forks source link

feat(api): [automation | whenEmailConfirmationWasRequestedThenSendEmailMessage] implement slice (#283) #398

Closed KrystianKjjk closed 2 years ago

KrystianKjjk commented 2 years ago

Closes #283

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

coderscamp-website – ./

🔍 Inspect: https://vercel.com/coderscamp/coderscamp-website/9PpuXrva5AkX16oK5qi5TvkV8RVD
✅ Preview: https://coderscamp-website-git-issue-283-automationwh-11fd65-coderscamp.vercel.app

coderscamp-storybook – ./

🔍 Inspect: https://vercel.com/coderscamp/coderscamp-storybook/HP2gKTUiPvejc27F51kBBRniAEau
✅ Preview: https://coderscamp-storybook-git-issue-283-automation-50ffe3-coderscamp.vercel.app

coderscamp-docs – ./

🔍 Inspect: https://vercel.com/coderscamp/coderscamp-docs/95diGFAJPsCtTU59gYzT3Y21nE7J
✅ Preview: https://coderscamp-docs-git-issue-283-automationwhene-1b42e8-coderscamp.vercel.app

codecov-commenter commented 2 years ago

Codecov Report

Merging #398 (1e7f79b) into main (9e1015a) will increase coverage by 0.00%. The diff coverage is 92.47%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #398   +/-   ##
=======================================
  Coverage   90.38%   90.38%           
=======================================
  Files         155      158    +3     
  Lines        1903     1976   +73     
  Branches      254      268   +14     
=======================================
+ Hits         1720     1786   +66     
- Misses        182      189    +7     
  Partials        1        1           
Flag Coverage Δ
api 88.76% <92.47%> (+0.07%) :arrow_up:
ui 98.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...dule/write/email-sender/domain/sendEmailMessage.ts 100.00% <ø> (ø)
...odule/write/shared/application/event-repository.ts 100.00% <ø> (ø)
...ure/event-repository/in-memory-event-repository.ts 10.00% <0.00%> (-1.43%) :arrow_down:
...onfirmation-was-requested.event-handler.service.ts 96.00% <96.00%> (ø)
...ved-then-complete-user-registration.test-module.ts 100.00% <100.00%> (ø)
...ested-then-send-email-message-automation.module.ts 100.00% <100.00%> (ø)
...s-requested-then-send-email-message.test-module.ts 100.00% <100.00%> (ø)
...tion-was-started-then-request-email.test-module.ts 100.00% <100.00%> (ø)
...i/src/module/shared/commands/send-email-message.ts 100.00% <100.00%> (ø)
.../application/send-email-message.command-handler.ts 100.00% <100.00%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9e1015a...1e7f79b. Read the comment docs.