Add scaffolding for image correlation service#272
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #272 +/- ##
==========================================
- Coverage 83.11% 83.09% -0.02%
==========================================
Files 70 71 +1
Lines 9065 9103 +38
Branches 1245 1248 +3
==========================================
+ Hits 7534 7564 +30
- Misses 1048 1055 +7
- Partials 483 484 +1 🚀 New features to boost your workflow:
|
stephen-riggs
approved these changes
Jun 18, 2026
stephen-riggs
left a comment
Contributor
There was a problem hiding this comment.
This looks good, thanks for keeping it small.
I think the recipe is unnecessary as the message injection comes directly from pato rather than through workflows
3ff2250 to
6a86de4
Compare
stephen-riggs
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the scaffolding need to set up and run the image correlation service. Actual implementation of image alignment will be introduced in subsequent PRs, as part of the ongoing effort to keep PRs scoped and manageable.