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

Fix handling of detached bundles #5785

Merged
merged 2 commits into from
Jul 23, 2024

go/runtime/bundle: Use manifest hash at bundle load time

bfdf208
Select commit
Loading
Failed to load commit list.
Merged

Fix handling of detached bundles #5785

go/runtime/bundle: Use manifest hash at bundle load time
bfdf208
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 23, 2024 in 1s

65.62% (+0.79%) compared to c08a577

View this Pull Request on Codecov

65.62% (+0.79%) compared to c08a577

Details

Codecov Report

Attention: Patch coverage is 75.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 65.62%. Comparing base (c08a577) to head (bfdf208).
Report is 1 commits behind head on master.

Files Patch % Lines
go/runtime/registry/config.go 60.00% 1 Missing and 1 partial ⚠️
go/runtime/bundle/bundle.go 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5785      +/-   ##
==========================================
+ Coverage   64.82%   65.62%   +0.79%     
==========================================
  Files         621      621              
  Lines       63393    63399       +6     
==========================================
+ Hits        41096    41607     +511     
+ Misses      17421    16969     -452     
+ Partials     4876     4823      -53     

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