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

go/runtime/registry: Simplify creation of provisioners #5975

Merged
merged 6 commits into from
Jan 10, 2025

go/runtime/config: Support selection of TEE kind

00d4b91
Select commit
Loading
Failed to load commit list.
Merged

go/runtime/registry: Simplify creation of provisioners #5975

go/runtime/config: Support selection of TEE kind
00d4b91
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 9, 2025 in 1s

64.69% (-0.89%) compared to 4aa7157

View this Pull Request on Codecov

64.69% (-0.89%) compared to 4aa7157

Details

Codecov Report

Attention: Patch coverage is 46.47887% with 38 lines in your changes missing coverage. Please review.

Project coverage is 64.69%. Comparing base (4aa7157) to head (00d4b91).

Files with missing lines Patch % Lines
go/runtime/config/config.go 11.11% 22 Missing and 2 partials ⚠️
go/runtime/registry/config.go 76.00% 3 Missing and 3 partials ⚠️
go/runtime/bundle/registry.go 72.72% 2 Missing and 1 partial ⚠️
go/runtime/registry/registry.go 33.33% 1 Missing and 1 partial ⚠️
go/runtime/host/composite/composite.go 50.00% 1 Missing ⚠️
go/runtime/host/sgx/sgx.go 0.00% 0 Missing and 1 partial ⚠️
go/runtime/host/tdx/qemu.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5975      +/-   ##
==========================================
- Coverage   65.57%   64.69%   -0.89%     
==========================================
  Files         632      632              
  Lines       64840    64855      +15     
==========================================
- Hits        42517    41956     -561     
- Misses      17394    17924     +530     
- Partials     4929     4975      +46     

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