Skip to content
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

legacy: Builder refactorization (part 4...) #2310

Merged
merged 21 commits into from
Sep 11, 2023

Conversation

alessio-perugini
Copy link
Contributor

@alessio-perugini alessio-perugini commented Sep 11, 2023

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?

Refactoring of legacy

What is the current behavior?

What is the new behavior?

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

Other information

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Patch coverage: 82.13% and project coverage change: -0.06% ⚠️

Comparison is base (5e01a2e) 63.92% compared to head (2ad132c) 63.87%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2310      +/-   ##
==========================================
- Coverage   63.92%   63.87%   -0.06%     
==========================================
  Files         214      212       -2     
  Lines       19919    19874      -45     
==========================================
- Hits        12734    12694      -40     
+ Misses       6090     6089       -1     
+ Partials     1095     1091       -4     
Flag Coverage Δ
unit 63.87% <82.13%> (-0.06%) ⬇️

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

Files Changed Coverage Δ
arduino/builder/progress/progress.go 100.00% <ø> (ø)
legacy/builder/merge_sketch_with_bootloader.go 74.75% <0.00%> (ø)
legacy/builder/types/context.go 100.00% <ø> (+8.10%) ⬆️
arduino/builder/linker.go 79.51% <57.14%> (ø)
legacy/builder/recipe_runner.go 76.31% <60.00%> (ø)
arduino/builder/sizer/sizer.go 47.22% <64.86%> (ø)
arduino/builder/core.go 76.64% <76.29%> (-23.36%) ⬇️
arduino/builder/sketch.go 57.69% <81.25%> (+7.69%) ⬆️
arduino/builder/detector/detector.go 74.34% <81.81%> (-0.23%) ⬇️
arduino/builder/libraries.go 79.00% <90.90%> (ø)
... and 5 more

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alessio-perugini alessio-perugini self-assigned this Sep 11, 2023
@alessio-perugini alessio-perugini added the topic: code Related to content of the project itself label Sep 11, 2023
@alessio-perugini alessio-perugini marked this pull request as ready for review September 11, 2023 13:20
@alessio-perugini alessio-perugini merged commit 3f5c0eb into master Sep 11, 2023
183 checks passed
@alessio-perugini alessio-perugini deleted the refactor_legacy_part4 branch September 11, 2023 14:46
@cmaglie cmaglie changed the title [skip-changelog] legacy: refactor (part 4) legacy: Builder refactorization (part 4...) Sep 11, 2023
@cmaglie cmaglie changed the title legacy: Builder refactorization (part 4...) legacy: Builder refactorization (part 4...) Sep 11, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants