-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add region to emulated monolith #1149
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1149 +/- ##
===========================================
Coverage ? 61.4689%
===========================================
Files ? 115
Lines ? 9299
Branches ? 1135
===========================================
Hits ? 5716
Misses ? 3583
Partials ? 0 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MonolithBuilder::build
doesn't set the region on the monolith. Also, no unit tests?
* Add region to emulated monolith Fixes dyc3#1127 * requested changes + unit test * fix emulated region test * move test * fix lints --------- Co-authored-by: Carson McManus <[email protected]> Co-authored-by: Carson McManus <[email protected]>
Fixes #1127