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

Add diagnostics in the preprocessor #2515

Merged
merged 9 commits into from
Feb 19, 2024

return pointer to Result

be0b8c4
Select commit
Loading
Failed to load commit list.
Merged

Add diagnostics in the preprocessor #2515

return pointer to Result
be0b8c4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 6, 2024 in 0s

69.74% (target 30.00%)

View this Pull Request on Codecov

69.74% (target 30.00%)

Details

Codecov Report

Attention: 38 lines in your changes are missing coverage. Please review.

Comparison is base (205a6a5) 68.92% compared to head (be0b8c4) 69.74%.
Report is 7 commits behind head on master.

Files Patch % Lines
...lder/internal/preprocessor/arduino_preprocessor.go 0.00% 12 Missing ⚠️
...rnal/arduino/builder/internal/detector/detector.go 46.66% 6 Missing and 2 partials ⚠️
...rnal/arduino/builder/internal/diagnostics/store.go 57.89% 6 Missing and 2 partials ⚠️
...nal/arduino/builder/internal/preprocessor/ctags.go 61.11% 7 Missing ⚠️
...ernal/arduino/builder/internal/preprocessor/gcc.go 40.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2515      +/-   ##
==========================================
+ Coverage   68.92%   69.74%   +0.82%     
==========================================
  Files         204      206       +2     
  Lines       20452    20845     +393     
==========================================
+ Hits        14096    14538     +442     
+ Misses       5207     5166      -41     
+ Partials     1149     1141       -8     

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