Closed noahziheng closed 1 year ago
Patch coverage: 100.00
% and project coverage change: -0.01
:warning:
Comparison is base (
4688317
) 91.72% compared to head (7cce44b
) 91.71%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
scanner/utils
中的loadConfigItemList
方法用于在扫描每个 Ref 时加载其内部的配置,为了保证函数类型配置工作正常,此前复用了app
,但此前仅在扫描任务完全结束时清理了一次 ConfigStore,所以可能在某些 ref 中拿到被不正常合并后的配置,造成加载异常。本 PR 调整项包括:
loadConfigItemList
调整实现getAllConfig
方法,减少误解