custardcream98 / msw-devtools

Framework Agnostic Devtools UI for Managing MSW Request Handlers
https://msw-devtools.shiwoo.dev
Apache License 2.0
7 stars 0 forks source link

fix: reset auto saved states #98

Closed custardcream98 closed 3 weeks ago

custardcream98 commented 4 weeks ago

closes #72

vercel[bot] commented 4 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Skipped Deployments | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **msw-devtools** | ⬜️ Ignored ([Inspect](https://vercel.com/custardcream98s-projects/msw-devtools/Gg3LzqfbVshXPS4hnTYY5fu2pZ2h)) | [Visit Preview](https://msw-devtools-git-fix-backlogs-a-6daf80-custardcream98s-projects.vercel.app) | | Nov 3, 2024 8:17am | | **msw-devtools-docs** | ⬜️ Ignored ([Inspect](https://vercel.com/custardcream98s-projects/msw-devtools-docs/21tVJsbwFRreiSLsR9xWSEEFu8v7)) | [Visit Preview](https://msw-devtools-docs-git-fix-backl-432198-custardcream98s-projects.vercel.app) | | Nov 3, 2024 8:17am | | **msw-devtools-vue** | ⬜️ Ignored ([Inspect](https://vercel.com/custardcream98s-projects/msw-devtools-vue/3CMtKwHhgEwxX3GC922FTzdESgEL)) | [Visit Preview](https://msw-devtools-vue-git-fix-backlo-cdb417-custardcream98s-projects.vercel.app) | | Nov 3, 2024 8:17am |
github-actions[bot] commented 4 weeks ago

Coverage Report for @custardcream/msw-devtools (./packages/msw-devtools)

Status Category Percentage Covered / Total
🔵 Lines 29.36% 595 / 2026
🔵 Statements 29.36% 595 / 2026
🔵 Functions 60.56% 43 / 71
🔵 Branches 80.51% 124 / 154
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/msw-devtools/src/components/contexts/mock-list.tsx 93.18% 78.57% 100% 93.18% 28-31, 81, 83-84, 147-148
packages/msw-devtools/src/components/tabs/TabBody/AddMockTab/AddMockForm/AddMockForm.tsx 0% 0% 0% 0% 1-394
packages/msw-devtools/src/components/tabs/TabBody/AddMockTab/AddMockForm/AddMockFormCodeEditor.tsx 0% 0% 0% 0% 1-111
packages/msw-devtools/src/components/tabs/TabBody/AddMockTab/AddMockForm/utils.ts 84.61% 80% 100% 84.61% 16-17
packages/msw-devtools/src/components/tabs/TabBody/MockListTab/utils.ts 0% 0% 0% 0% 1-78
packages/msw-devtools/src/lib/createDevtool.tsx 100% 100% 100% 100%
packages/msw-devtools/src/lib/server/listener.ts 87.5% 100% 100% 87.5% 20-21
packages/msw-devtools/src/lib/server/send.ts 100% 100% 100% 100%
packages/msw-devtools/src/lib/server/serverGuard.ts 100% 100% 100% 100%
packages/msw-devtools/src/lib/server/start.ts 0% 0% 0% 0% 1-70
packages/msw-devtools/src/lib/server/websocket.ts 100% 100% 100% 100%
Generated in workflow #66 for commit 45e7da2 by the Vitest Coverage Report Action
github-actions[bot] commented 4 weeks ago

Coverage Report for @custardcream/msw-devtools-server (./packages/msw-devtools-server)

Status Category Percentage Covered / Total
🔵 Lines 94.59% 315 / 333
🔵 Statements 94.59% 315 / 333
🔵 Functions 96.42% 27 / 28
🔵 Branches 92.42% 61 / 66
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/msw-devtools-server/src/cli/server/setupClientListeners.ts 71.18% 70% 80% 71.18% 25, 33-47, 70-75
packages/msw-devtools-server/src/cli/utils/file/lookup.ts 100% 100% 100% 100%
packages/msw-devtools-server/src/cli/utils/file/read.ts 100% 100% 100% 100%
packages/msw-devtools-server/src/cli/utils/file/remove.ts 100% 100% 100% 100%
packages/msw-devtools-server/src/cli/utils/file/update-recursive.ts 97.91% 75% 100% 97.91% 57
packages/msw-devtools-server/src/cli/utils/file/update.ts 100% 100% 100% 100%
packages/msw-devtools-server/src/cli/utils/watch/send.ts 100% 100% 100% 100%
Generated in workflow #66 for commit 45e7da2 by the Vitest Coverage Report Action
github-actions[bot] commented 4 weeks ago

Coverage Report for core (./packages/core)

Status Category Percentage Covered / Total
🔵 Lines 98.66% 148 / 150
🔵 Statements 98.66% 148 / 150
🔵 Functions 100% 15 / 15
🔵 Branches 98.38% 61 / 62
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/core/src/guards.ts 100% 100% 100% 100%
Generated in workflow #66 for commit 45e7da2 by the Vitest Coverage Report Action