Skip to content

Suppress compile summary stats if --quiet flag is set on compile. #2820

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 10 commits into from
Jan 24, 2025

Use internal function to check for arguments exclusivity

17ced8f
Select commit
Loading
Failed to load commit list.
Merged

Suppress compile summary stats if --quiet flag is set on compile. #2820

Use internal function to check for arguments exclusivity
17ced8f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2025 in 1s

67.72% (target 30.00%)

View this Pull Request on Codecov

67.72% (target 30.00%)

Details

Codecov Report

Attention: Patch coverage is 86.41975% with 11 lines in your changes missing coverage. Please review.

Project coverage is 67.72%. Comparing base (e9092cc) to head (17ced8f).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...nal/arduino/builder/internal/preprocessor/ctags.go 57.14% 3 Missing ⚠️
...rnal/arduino/builder/internal/detector/detector.go 75.00% 1 Missing and 1 partial ⚠️
internal/arduino/builder/sketch.go 0.00% 0 Missing and 2 partials ⚠️
internal/arduino/builder/archive_compiled_files.go 50.00% 0 Missing and 1 partial ⚠️
internal/arduino/builder/linker.go 0.00% 0 Missing and 1 partial ⚠️
internal/arduino/builder/recipe.go 0.00% 0 Missing and 1 partial ⚠️
internal/arduino/builder/sizer.go 94.11% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2820      +/-   ##
==========================================
+ Coverage   67.69%   67.72%   +0.02%     
==========================================
  Files         238      238              
  Lines       22388    22406      +18     
==========================================
+ Hits        15156    15174      +18     
  Misses       6036     6036              
  Partials     1196     1196              

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