arduino-cli icon indicating copy to clipboard operation
arduino-cli copied to clipboard

Expose `Dependencies` field in Library struct

Open alessio-perugini opened this issue 7 months ago • 2 comments
trafficstars

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?

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

alessio-perugini avatar Apr 16 '25 19:04 alessio-perugini

The latest Buf updates on your PR. Results from workflow Check Protocol Buffers / check (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedApr 22, 2025, 3:59 PM

github-actions[bot] avatar Apr 16 '25 19:04 github-actions[bot]

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.

codecov[bot] avatar Apr 22 '25 11:04 codecov[bot]