-
-
Notifications
You must be signed in to change notification settings - Fork 436
Implemented --show-properties in board details command
#2151
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
Implemented --show-properties in board details command
#2151
Conversation
bd8709d to
a82cb1e
Compare
a82cb1e to
5954a05
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2151 +/- ##
==========================================
- Coverage 62.66% 62.48% -0.18%
==========================================
Files 227 224 -3
Lines 19545 19516 -29
==========================================
- Hits 12247 12195 -52
- Misses 6205 6226 +21
- Partials 1093 1095 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes 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 in Codecov by Sentry. |
Please check if the PR fulfills these requirements
See how 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?
Adds a
--show-propertiesflag toboard detailsto allow getting the build properties of a board without actually compiling a sketch. The build properties will be missing some sketch-related definitionsWhat is the current behavior?
What is the new behavior?
Does this PR introduce a breaking change, and is titled accordingly?
Other information
This PR also completes the refactoring of the legacy build-properties generation.
Fix #1047