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

Simplify database interface #8126

Merged
merged 1 commit into from
Dec 16, 2024

Simplify database interface

3d1f9f6
Select commit
Loading
Failed to load commit list.
Merged

Simplify database interface #8126

Simplify database interface
3d1f9f6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 0s

59.46% (-0.20%) compared to 186800b

View this Pull Request on Codecov

59.46% (-0.20%) compared to 186800b

Details

Codecov Report

Attention: Patch coverage is 63.38583% with 93 lines in your changes missing coverage. Please review.

Project coverage is 59.46%. Comparing base (186800b) to head (3d1f9f6).

Files with missing lines Patch % Lines
pkg/armrpc/asyncoperation/controller/controller.go 0.00% 9 Missing ⚠️
pkg/armrpc/asyncoperation/worker/service.go 0.00% 8 Missing ⚠️
pkg/armrpc/frontend/server/service.go 0.00% 7 Missing ⚠️
pkg/dynamicrp/options.go 0.00% 7 Missing ⚠️
pkg/server/asyncworker.go 0.00% 7 Missing ⚠️
pkg/ucp/dataprovider/storageprovider.go 85.71% 4 Missing and 3 partials ⚠️
pkg/ucp/frontend/api/server.go 0.00% 7 Missing ⚠️
pkg/server/apiservice.go 0.00% 6 Missing ⚠️
pkg/ucp/backend/service.go 62.50% 6 Missing ⚠️
pkg/armrpc/frontend/server/handler.go 37.50% 5 Missing ⚠️
... and 9 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8126      +/-   ##
==========================================
- Coverage   59.66%   59.46%   -0.20%     
==========================================
  Files         577      577              
  Lines       38573    38644      +71     
==========================================
- Hits        23013    22981      -32     
- Misses      13914    13996      +82     
- Partials     1646     1667      +21     

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