-
Notifications
You must be signed in to change notification settings - Fork 1
[DDO-3469] Thelma refactoring: remove state.Destinations()
interface
#251
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
base: main
Are you sure you want to change the base?
Conversation
Pushed image: us-central1-docker.pkg.dev/dsp-artifact-registry/thelma/thelma:v1.1.26-d8651f3 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #251 +/- ##
==========================================
- Coverage 55.96% 55.90% -0.06%
==========================================
Files 194 193 -1
Lines 13282 13253 -29
==========================================
- Hits 7433 7409 -24
+ Misses 5201 5198 -3
+ Partials 648 646 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Pushed image: us-central1-docker.pkg.dev/dsp-artifact-registry/thelma/thelma:v1.1.26-19618cf |
Pushed image: us-central1-docker.pkg.dev/dsp-artifact-registry/thelma/thelma:v1.1.26-b0a9260 |
07ba79e
to
1d83e5f
Compare
Pushed image: us-central1-docker.pkg.dev/dsp-artifact-registry/thelma/thelma:v1.1.27-587c63e |
Knock another bullet off of step 1 in the fix thelma state doc.
Changes
terra.Destinations
interface and update its lone caller to call.Environments()
and.Clusters()
separatelyTesting
This is pure refactoring; the existing test coverage is sufficient to test these changes.