arduino-cli
arduino-cli copied to clipboard
Expose `Dependencies` field in Library struct
trafficstars
Please check if the PR fulfills these requirements
- [ ] 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.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?
Add dependencies field in the Library struct
What is the current behavior?
What is the new behavior?
Does this PR introduce a breaking change, and is titled accordingly?
Other information
The latest Buf updates on your PR. Results from workflow Check Protocol Buffers / check (pull_request).
| Build | Format | Lint | Breaking | Updated (UTC) |
|---|---|---|---|---|
✅ passed | ✅ passed | ✅ passed | ✅ passed | Apr 22, 2025, 3:59 PM |
Codecov Report
Attention: Patch coverage is 87.50000% with 6 lines in your changes missing coverage. Please review.
Project coverage is 67.85%. Comparing base (
a6db55f) to head (86fcc6d). Report is 1 commits behind head on master.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| internal/arduino/libraries/loader.go | 80.00% | 4 Missing and 2 partials :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #2891 +/- ##
==========================================
+ Coverage 67.83% 67.85% +0.01%
==========================================
Files 238 238
Lines 22419 22455 +36
==========================================
+ Hits 15209 15236 +27
- Misses 6010 6016 +6
- Partials 1200 1203 +3
| Flag | Coverage Δ | |
|---|---|---|
| unit | 67.85% <87.50%> (+0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.