Closed Warashi closed 2 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 25.31%. Comparing base (
1763f92
) to head (1112cd9
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
LGTM with small nits 👍
What this PR does:
Implement checkImageChange and tests. The checkImageChange detects changed images from the difference of manifests.
Why we need it:
We must detect whether there are changed images or not to determine the sync strategy and its descriptions. If there are changed images in diffs, we choose the pipeline sync strategy. If there are no changed images in diffs, we determine the sync strategy with other viewpoints.
Which issue(s) this PR fixes:
Part of #4980
Does this PR introduce a user-facing change?: No