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

all: rename interface{} to any #3515

Merged
merged 1 commit into from
Dec 14, 2024

all: rename interface{} to any

5cd47b9
Select commit
Loading
Failed to load commit list.
Merged

all: rename interface{} to any #3515

all: rename interface{} to any
5cd47b9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 14, 2024 in 0s

73.26% (target 0.00%)

View this Pull Request on Codecov

73.26% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 87.15596% with 28 lines in your changes missing coverage. Please review.

Project coverage is 73.26%. Comparing base (61f69d3) to head (5cd47b9).

Files with missing lines Patch % Lines
pubsub/azuresb/azuresb.go 0.00% 10 Missing ⚠️
blob/memblob/memblob.go 16.66% 2 Missing and 3 partials ⚠️
pubsub/mempubsub/mem.go 42.85% 2 Missing and 2 partials ⚠️
blob/blob_fs.go 0.00% 3 Missing ⚠️
blob/driver/driver.go 50.00% 2 Missing ⚠️
blob/azureblob/azureblob.go 90.90% 1 Missing ⚠️
blob/fileblob/fileblob.go 87.50% 0 Missing and 1 partial ⚠️
samples/gocdk-runtimevar/main.go 50.00% 1 Missing ⚠️
samples/gocdk-secrets/main.go 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3515      +/-   ##
==========================================
- Coverage   73.26%   73.26%   -0.01%     
==========================================
  Files         113      113              
  Lines       15065    15065              
==========================================
- Hits        11038    11037       -1     
- Misses       3261     3262       +1     
  Partials      766      766              

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