📝 Update progress documentation with new test coverage details and adjust coverage target

This commit is contained in:
2026-01-28 22:26:33 +00:00
parent 9dafca49b0
commit d5ba1d5ab1

View File

@@ -90,8 +90,10 @@ See [REFACTORING-PLAN.md](./REFACTORING-PLAN.md) for complete plan.
**Files with tests:** **Files with tests:**
-`src/composables/useAsyncState.js` (12 tests) -`src/composables/useAsyncState.js` (12 tests)
-`src/utilities/api-client.js` (13 tests) -`src/utilities/api-client.js` (13 tests)
-`src/components/shared/BaseButton.vue` (27 tests)
-`src/components/shared/BaseModal.vue` (27 tests)
**Coverage Target:** 85%+ overall **Coverage Target:** 80%+ overall
--- ---