mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
fix(system): harden scheduler and cache operations (#685)
This commit is contained in:
@@ -333,6 +333,9 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
'src/views/dashboard/AnalyticsScheduler.vue',
|
||||
'src/views/dashboard/AnalyticsStorage.vue',
|
||||
'src/views/dashboard/DashboardRecentImports.vue',
|
||||
'src/views/system/CacheView.vue',
|
||||
'src/views/system/LoggingView.vue',
|
||||
'src/views/system/ServiceView.vue',
|
||||
'src/views/discover/MediaCardSlideView.vue',
|
||||
'src/views/subscribe/FullCalendarView.vue',
|
||||
'src/views/subscribe/SubscribeListView.vue',
|
||||
@@ -481,6 +484,24 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
lines: 80,
|
||||
statements: 80,
|
||||
},
|
||||
'src/views/system/CacheView.vue': {
|
||||
branches: 85,
|
||||
functions: 80,
|
||||
lines: 80,
|
||||
statements: 80,
|
||||
},
|
||||
'src/views/system/LoggingView.vue': {
|
||||
branches: 85,
|
||||
functions: 90,
|
||||
lines: 90,
|
||||
statements: 90,
|
||||
},
|
||||
'src/views/system/ServiceView.vue': {
|
||||
branches: 85,
|
||||
functions: 85,
|
||||
lines: 90,
|
||||
statements: 90,
|
||||
},
|
||||
'src/components/cards/SubscribeCard.vue': {
|
||||
branches: 75,
|
||||
functions: 80,
|
||||
|
||||
Reference in New Issue
Block a user