-
-
Notifications
You must be signed in to change notification settings - Fork 384
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
Fixed missing ARDUINO_USER_AGENT
env var setting.
#2501
Conversation
We must backport this one in the 0.35.x branch so it gets released with the next Arduino IDE @kittaakos @umbynos |
ARDUINO_USER_AGENT
env var setting.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2501 +/- ##
==========================================
- Coverage 68.88% 68.81% -0.08%
==========================================
Files 204 204
Lines 20455 20457 +2
==========================================
- Hits 14091 14078 -13
- Misses 5206 5222 +16
+ Partials 1158 1157 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice catch, indeed in the legacy we were passing the user agent env.
* Added integration test * Fixed missing ARDUINO_USER_AGENT env var
Please check if the PR fulfills these requirements
See how to contribute
before creating one)
our contributing guidelines
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?
Fix
ARDUINO_USER_AGENT
env var.What is the current behavior?
The
ARDUINO_USER_AGENT
is not set during the build.What is the new behavior?
The
ARDUINO_USER_AGENT
is set during the build.Does this PR introduce a breaking change, and is titled accordingly?
No
Other information
Should fix #2499