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

Improved compile speed by running multi-threaded library discovery. #2625

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

fix: libraries are recompiled if the list of include paths changes

87765a4
Select commit
Loading
Failed to load commit list.
Open

Improved compile speed by running multi-threaded library discovery. #2625

fix: libraries are recompiled if the list of include paths changes
87765a4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 8, 2024 in 0s

67.87% (target 30.00%)

View this Pull Request on Codecov

67.87% (target 30.00%)

Details

Codecov Report

Attention: Patch coverage is 77.82910% with 96 lines in your changes missing coverage. Please review.

Project coverage is 67.87%. Comparing base (ce4341f) to head (87765a4).

Files Patch % Lines
...lder/internal/preprocessor/arduino_preprocessor.go 0.00% 22 Missing ⚠️
...nternal/arduino/builder/internal/detector/cache.go 72.46% 14 Missing and 5 partials ⚠️
...rnal/arduino/builder/internal/detector/detector.go 85.04% 9 Missing and 7 partials ⚠️
internal/arduino/builder/sizer.go 12.50% 6 Missing and 1 partial ⚠️
internal/arduino/builder/builder.go 82.35% 4 Missing and 2 partials ⚠️
...nal/arduino/builder/internal/preprocessor/ctags.go 62.50% 6 Missing ⚠️
internal/arduino/builder/compilation.go 86.84% 3 Missing and 2 partials ⚠️
...l/arduino/builder/internal/detector/source_file.go 88.63% 3 Missing and 2 partials ⚠️
commands/service_compile.go 72.72% 2 Missing and 1 partial ⚠️
internal/arduino/builder/internal/runner/task.go 80.00% 2 Missing and 1 partial ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2625      +/-   ##
==========================================
+ Coverage   67.67%   67.87%   +0.20%     
==========================================
  Files         234      237       +3     
  Lines       22176    22269      +93     
==========================================
+ Hits        15007    15116     +109     
+ Misses       5990     5978      -12     
+ Partials     1179     1175       -4     

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