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

Fixed an extremely rare race-condition during compile #2512

Merged
merged 1 commit into from
Jan 24, 2024

Made *compilation.Database thread-safe

3342945
Select commit
Loading
Failed to load commit list.
Merged

Fixed an extremely rare race-condition during compile #2512

Made *compilation.Database thread-safe
3342945
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 24, 2024 in 1s

68.92% (target 30.00%)

View this Pull Request on Codecov

68.92% (target 30.00%)

Details

Codecov Report

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

Comparison is base (47645e9) 68.90% compared to head (3342945) 68.92%.

Files Patch % Lines
...l/arduino/builder/internal/compilation/database.go 80.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2512      +/-   ##
==========================================
+ Coverage   68.90%   68.92%   +0.02%     
==========================================
  Files         204      204              
  Lines       20448    20452       +4     
==========================================
+ Hits        14089    14096       +7     
+ Misses       5209     5207       -2     
+ Partials     1150     1149       -1     

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