Skip to content
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

Renamed gRPC field to match JSON output #2398

Merged
merged 3 commits into from
Nov 2, 2023
Merged

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Nov 2, 2023

Please check if the PR fulfills these requirements

See how to contribute

  • The PR has no duplicates (please search among the Pull Requests
    before creating one)
  • The PR follows
    our contributing guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • UPGRADING.md has been updated with a migration guide (for breaking changes)
  • configuration.schema.json updated if new parameters are added.

What kind of change does this PR introduce?

Just a code refactoring. This isn't a breaking change because it's still not released.

What is the current behavior?

What is the new behavior?

Does this PR introduce a breaking change, and is titled accordingly?

Other information

@cmaglie cmaglie added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Nov 2, 2023
@cmaglie cmaglie added this to the Arduino CLI v0.35.0 milestone Nov 2, 2023
@cmaglie cmaglie self-assigned this Nov 2, 2023
Copy link
Contributor

@kittaakos kittaakos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The gRPC change looks as expected. Thank you!

commands/debug/debug_info.go Outdated Show resolved Hide resolved
Copy link

codecov bot commented Nov 2, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d187683) 64.57% compared to head (dc1e0d0) 64.58%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2398      +/-   ##
==========================================
+ Coverage   64.57%   64.58%   +0.01%     
==========================================
  Files         207      207              
  Lines       19634    19634              
==========================================
+ Hits        12678    12681       +3     
+ Misses       5865     5863       -2     
+ Partials     1091     1090       -1     
Flag Coverage Δ
unit 64.58% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
commands/debug/debug_info.go 73.42% <100.00%> (ø)
internal/cli/debug/debug.go 76.29% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cmaglie cmaglie merged commit cc3396f into arduino:master Nov 2, 2023
99 checks passed
@cmaglie cmaglie deleted the rename_field branch November 2, 2023 10:35
cmaglie added a commit that referenced this pull request Nov 2, 2023
* Renamed gRPC field to match JSON output

* Better comment for custom_configs field

* Renamed variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants