Skip to content

[skip-changelog] Remove queryParameter where it is not needed #2036

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

Merged
merged 1 commit into from
Jan 19, 2023

Conversation

MatteoPologruto
Copy link
Contributor

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)

What kind of change does this PR introduce?

Code imperfection fix

What is the new behavior?

Follow up to PR #2034.
queryParameter can be introduced for the first time inside commands.lib.install.LibraryInstall. For this reason, every prior declaration has been removed, avoiding breaking changes.

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

No

@MatteoPologruto MatteoPologruto added topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project labels Jan 18, 2023
@MatteoPologruto MatteoPologruto self-assigned this Jan 18, 2023
@codecov
Copy link

codecov bot commented Jan 18, 2023

Codecov Report

Base: 36.53% // Head: 36.55% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (435a1a5) compared to base (271d241).
Patch coverage: 0.00% of modified lines in pull request are covered.

❗ Current head 435a1a5 differs from pull request most recent head 80aabd7. Consider uploading reports for the commit 80aabd7 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2036      +/-   ##
==========================================
+ Coverage   36.53%   36.55%   +0.01%     
==========================================
  Files         229      229              
  Lines       19379    19377       -2     
==========================================
+ Hits         7080     7083       +3     
+ Misses      11463    11459       -4     
+ Partials      836      835       -1     
Flag Coverage Δ
unit 36.55% <0.00%> (+0.01%) ⬆️

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

Impacted Files Coverage Δ
commands/daemon/daemon.go 0.00% <ø> (ø)
commands/lib/download.go 0.00% <0.00%> (ø)
commands/lib/install.go 0.00% <0.00%> (ø)
commands/lib/upgrade.go 0.00% <0.00%> (ø)
internal/cli/lib/download.go 0.00% <0.00%> (ø)
internal/cli/lib/install.go 0.00% <0.00%> (ø)
arduino/cores/packagemanager/package_manager.go 66.58% <0.00%> (+0.75%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@cmaglie cmaglie left a comment

Choose a reason for hiding this comment

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

I just found these comments that can be reverted too.

@cmaglie cmaglie merged commit 1897368 into arduino:master Jan 19, 2023
@MatteoPologruto MatteoPologruto deleted the query-parameter-grpc branch January 23, 2023 15:24
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: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants