mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix(plugin): 按绑定仓库保留更新候选 (#6474)
* fix(plugin): preserve repository update candidates * chore(ci): sync architecture ratchet baselines * chore(ci): align canonical coverage baseline * chore(ci): align coverage ratchet baseline
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"application": {
|
||||
"covered_lines": 9292,
|
||||
"percent": 77.76,
|
||||
"statements": 11949
|
||||
"covered_lines": 9309,
|
||||
"percent": 77.8,
|
||||
"statements": 11965
|
||||
},
|
||||
"domain": {
|
||||
"covered_lines": 3390,
|
||||
|
||||
+2
-1
@@ -1462,7 +1462,8 @@
|
||||
},
|
||||
"app/chain/media.py": {
|
||||
"arg-type": 34,
|
||||
"assignment": 15,
|
||||
"assignment": 16,
|
||||
"call-overload": 1,
|
||||
"comparison-overlap": 3,
|
||||
"no-any-return": 3,
|
||||
"no-untyped-def": 3,
|
||||
|
||||
Reference in New Issue
Block a user