-
Notifications
You must be signed in to change notification settings - Fork 3
feat(api): create slice UncompleteTask -> TaskWasUncompleted (#230) #395
feat(api): create slice UncompleteTask -> TaskWasUncompleted (#230) #395
Conversation
…te_slice_UncompleteTask_TaskWasUncompleted
This pull request is being automatically deployed with Vercel (learn more). coderscamp-website – ./🔍 Inspect: https://vercel.com/coderscamp/coderscamp-website/HV39JjFFHsQKodJixozPmwanwtFw coderscamp-storybook – ./🔍 Inspect: https://vercel.com/coderscamp/coderscamp-storybook/8gMzubukKkSjqNnqZB88qxfyWPaU coderscamp-docs – ./🔍 Inspect: https://vercel.com/coderscamp/coderscamp-docs/74yLqx6m5hMLeKAZaBPc8amnqYNb |
Codecov Report
@@ Coverage Diff @@
## main #395 +/- ##
==========================================
+ Coverage 88.01% 90.38% +2.36%
==========================================
Files 148 155 +7
Lines 1661 1903 +242
Branches 213 254 +41
==========================================
+ Hits 1462 1720 +258
+ Misses 198 182 -16
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
…TaskWasUncompleted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice job @tomaszdworniczak !
Have you learned something during this task :) ?
Changes:
I've just: add type LearningMaterialsTasksDomainEvent = TaskWasCompleted | TaskWasUncompleted
and run lint:fix
:)
Closes #230