mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
test(reorganize): cover manual transfer workflows (#615)
* test(reorganize): cover manual transfer workflows * fix(reorganize): show fallback transfer errors
This commit is contained in:
@@ -323,6 +323,7 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
'src/components/dialog/SiteUserDataDialog.vue',
|
||||
'src/components/dialog/AddDownloadDialog.vue',
|
||||
'src/components/dialog/AddSubtitleDownloadDialog.vue',
|
||||
'src/components/dialog/ReorganizeDialog.vue',
|
||||
'src/views/discover/TheMovieDbView.vue',
|
||||
'src/views/discover/DoubanView.vue',
|
||||
'src/views/discover/BangumiView.vue',
|
||||
@@ -595,6 +596,12 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
lines: 80,
|
||||
statements: 80,
|
||||
},
|
||||
'src/components/dialog/ReorganizeDialog.vue': {
|
||||
branches: 75,
|
||||
functions: 80,
|
||||
lines: 80,
|
||||
statements: 80,
|
||||
},
|
||||
'src/views/discover/TheMovieDbView.vue': {
|
||||
branches: 75,
|
||||
functions: 80,
|
||||
|
||||
Reference in New Issue
Block a user