Skip to content

legacy: Arduino preprocess subroutine refactorization (part 4) #2194

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

Merged
merged 7 commits into from
May 31, 2023

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented May 31, 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?

This PR is a try to split the bigger PR #2147 into smaller pieces to allow an easier review process.

What is the current behavior?

No changes

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

No

Other information

@cmaglie cmaglie added type: enhancement Proposed improvement topic: code Related to content of the project itself labels May 31, 2023
@cmaglie cmaglie self-assigned this May 31, 2023
@codecov
Copy link

codecov bot commented May 31, 2023

Codecov Report

Patch coverage: 72.85% and project coverage change: -0.02 ⚠️

Comparison is base (9ce2904) 62.78% compared to head (37c34b2) 62.77%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2194      +/-   ##
==========================================
- Coverage   62.78%   62.77%   -0.02%     
==========================================
  Files         221      221              
  Lines       19465    19475      +10     
==========================================
+ Hits        12222    12225       +3     
- Misses       6154     6162       +8     
+ Partials     1089     1088       -1     
Flag Coverage Δ
unit 62.77% <72.85%> (-0.02%) ⬇️

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

Impacted Files Coverage Δ
legacy/builder/ctags/ctags_to_prototypes.go 89.06% <ø> (+4.21%) ⬆️
legacy/builder/preprocess_sketch.go 0.00% <0.00%> (ø)
legacy/builder/container_find_includes.go 70.28% <54.54%> (-0.92%) ⬇️
arduino/builder/preprocessor/gcc.go 79.06% <79.06%> (ø)
legacy/builder/container_add_prototypes.go 75.86% <100.00%> (+0.86%) ⬆️
legacy/builder/ctags/ctags_has_issues.go 98.58% <100.00%> (-0.04%) ⬇️
legacy/builder/ctags/ctags_parser.go 98.01% <100.00%> (+0.01%) ⬆️
legacy/builder/prototypes_adder.go 89.83% <100.00%> (-0.50%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cmaglie cmaglie merged commit 0585435 into arduino:master May 31, 2023
@cmaglie cmaglie deleted the legacy-part4 branch May 31, 2023 15:33
@cmaglie cmaglie changed the title [skip-changelog] legacy: Arduino preprocess subroutine refactorization (part 4) legacy: Arduino preprocess subroutine refactorization (part 4) Sep 6, 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 type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants