Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork445
Fixed protoc.zip release artifact missinggoogle/rpc/status.proto#2761
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedNov 21, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## master #2761 +/- ##==========================================- Coverage 67.55% 67.53% -0.03%========================================== Files 237 237 Lines 22358 22358 ==========================================- Hits 15105 15100 -5- Misses 6063 6066 +3- Partials 1190 1192 +2
Flags with carried forward coverage won't be shown.Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
c3d05d6 intoarduino:masterUh oh!
There was an error while loading.Please reload this page.
…_{version}_proto.zip`- Use the CLI release proto.zip to get proto files for production versions of CLI- Extract the proto files from repo if CLI version is declared as `commitsh` or version is 1.1.0Seearduino/arduino-cli#2761…_{version}_proto.zip`- Use the CLI release proto.zip to get proto files for production versions of CLI- Extract the proto files from repo if CLI version is declared as `commitsh` or version is 1.1.0Seearduino/arduino-cli#2761…_{version}_proto.zip`- Use the CLI release proto.zip to get proto files for production versions of CLI- Extract the proto files from repo if CLI version is declared as `commitsh` or version is 1.1.0Seearduino/arduino-cli#2761
Please check if the PR fulfills these requirements
Seehow to contribute
before creating one)
our contributing guidelines
UPGRADING.mdhas been updated with a migration guide (for breaking changes)configuration.schema.jsonupdated if new parameters are added.What kind of change does this PR introduce?
It uses the
buf exportfunction to produce the protoc.zip artifact content.bufwill automatically include all the dependencies.What is the current behavior?
The export was missing the
google/rpc/status.protoWhat is the new behavior?
Future exports will have the missing
google/rpc/status.protofile again.Does this PR introduce a breaking change, and istitled accordingly?
Other information
Fix#2755