mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
test(download): cover downloading task workflows (#612)
This commit is contained in:
@@ -331,11 +331,13 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
'src/views/discover/MediaDetailView.vue',
|
||||
'src/components/cards/MediaCard.vue',
|
||||
'src/components/cards/SiteCard.vue',
|
||||
'src/components/cards/DownloadingCard.vue',
|
||||
'src/components/slide/VirtualSlideView.vue',
|
||||
'src/views/discover/PersonCardSlideView.vue',
|
||||
'src/utils/mediaStatusCache.ts',
|
||||
'src/utils/searchStream.ts',
|
||||
'src/views/site/SiteCardListView.vue',
|
||||
'src/views/reorganize/DownloadingListView.vue',
|
||||
'src/utils/siteIconCache.ts',
|
||||
],
|
||||
provider: 'v8',
|
||||
@@ -622,6 +624,12 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
lines: 90,
|
||||
statements: 90,
|
||||
},
|
||||
'src/components/cards/DownloadingCard.vue': {
|
||||
branches: 85,
|
||||
functions: 90,
|
||||
lines: 90,
|
||||
statements: 90,
|
||||
},
|
||||
'src/utils/siteIconCache.ts': {
|
||||
branches: 85,
|
||||
functions: 90,
|
||||
@@ -652,6 +660,12 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
lines: 90,
|
||||
statements: 90,
|
||||
},
|
||||
'src/views/reorganize/DownloadingListView.vue': {
|
||||
branches: 85,
|
||||
functions: 90,
|
||||
lines: 90,
|
||||
statements: 90,
|
||||
},
|
||||
'src/views/subscribe/FullCalendarView.vue': {
|
||||
branches: 85,
|
||||
functions: 90,
|
||||
|
||||
Reference in New Issue
Block a user