thombruce / toodles

✅ A super simple todo app
https://toodles.thombruce.com/
GNU General Public License v3.0
0 stars 0 forks source link

Add progress bar #75

Closed thombruce closed 1 year ago

thombruce commented 1 year ago

closes #70

thombruce commented 1 year ago

That was easy! I don't think there's any more to be done on this...

github-actions[bot] commented 1 year ago

Coverage Summary for `./packages/web`

Status Category Percentage Covered / Total
🟢 Lines 79.3% / 60% 410 / 517
🟢 Statements 79.3% / 60% 410 / 517
🟢 Functions 64.15% / 60% 34 / 53
🟢 Branches 78.78% / 60% 52 / 66
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
packages/web/src/components/ContextTag.vue 23.07% 100% 0% 23.07% 4-13
packages/web/src/components/ProgressBar.vue 100% 100% 100% 100%
packages/web/src/components/ProjectTag.vue 23.07% 100% 0% 23.07% 4-13
packages/web/src/components/TagTag.vue 71.42% 100% 0% 71.42% 6-7
packages/web/src/components/TodoItem.vue 88.23% 33.33% 14.28% 88.23% 14-16, 25
packages/web/src/components/TodoList.vue 73.68% 100% 100% 73.68% 11-15
packages/web/src/components/TodoPriority.vue 23.07% 100% 0% 23.07% 4-13
packages/web/src/components/TodoText.vue 65.85% 58.33% 83.33% 65.85% 15-18, 21-24, 27-28, 33-36
packages/web/src/models/Base.ts 84.81% 100% 50% 84.81% 34-35, 38-39, 47-48, 52-53, 56-57, 60-61
packages/web/src/models/BaseCollection.ts 100% 100% 100% 100%
packages/web/src/models/Todo.ts 97.84% 82.35% 100% 97.84% 48-49
packages/web/src/models/TodoCollection.ts 100% 100% 100% 100%
packages/web/src/plugins/loki.ts 100% 100% 100% 100%
packages/web/src/plugins/pinia.ts 100% 100% 100% 100%
packages/web/src/plugins/timepiece.ts 71.42% 60% 50% 71.42% 14-19
packages/web/src/stores/globals.ts 100% 100% 100% 100%
packages/web/src/stores/todos.ts 60.49% 100% 80% 60.49% 9-20, 28-31, 35, 39-43, 47-51, 55-59
thombruce commented 1 year ago

Okay, fine, I guess some tests need to be fixed...