fix(storage): correct mixin service name#3132
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3132 +/- ##
==========================================
- Coverage 96.52% 96.50% -0.03%
==========================================
Files 107 107
Lines 4402 4402
==========================================
- Hits 4249 4248 -1
- Misses 153 154 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| # googleapis SHA. | ||
| - name: Regenerate existing clients | ||
| run: go run github.com/googleapis/librarian/cmd/[email protected].20250812135937-eb593463c88c refreshall -project-root dart | ||
| run: go run github.com/googleapis/librarian/cmd/[email protected].20250826011555-c0c043b7a0a6 refreshall -project-root dart |
There was a problem hiding this comment.
Given a commit in googleapis/librarian, how do I know the right reference value to use here (i.e., 20250826011555-c0c043b7a0a6)?
Also, do we want to keep the two librarian repo references here - in generator_dart.yaml and sdk.yaml - in sync?
There was a problem hiding this comment.
Given a commit in googleapis/librarian, how do I know the right reference value to use here (i.e.,
20250826011555-c0c043b7a0a6)?
That we just figured out today:
Also, do we want to keep the two librarian repo references here - in generator_dart.yaml and sdk.yaml - in sync?
Good question ... let's see how it goes by trying to keep them in sync. If it becomes a problem we can change our minds.
Fixes #3125. Basically we needed to fix
sidekickand regenerate the code.