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

feat: add ReferrerStoreManager interface to wrap operations on namespaced stores [multi-tenancy PR 4] #1380

Merged
merged 3 commits into from
Apr 12, 2024

feat: add Stores interface to wrap operations on namespaced stores

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

feat: add ReferrerStoreManager interface to wrap operations on namespaced stores [multi-tenancy PR 4] #1380

feat: add Stores interface to wrap operations on namespaced stores
5e91637
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 12, 2024 in 1s

65.41% (+0.10%) compared to 73ef709

View this Pull Request on Codecov

65.41% (+0.10%) compared to 73ef709

Details

Codecov Report

Attention: Patch coverage is 92.30769% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 65.41%. Comparing base (73ef709) to head (5e91637).
Report is 7 commits behind head on staging.

Files Patch % Lines
pkg/controllers/store_controller.go 50.00% 1 Missing ⚠️
pkg/manager/manager.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           staging    #1380      +/-   ##
===========================================
+ Coverage    65.31%   65.41%   +0.10%     
===========================================
  Files          105      107       +2     
  Lines         5458     5552      +94     
===========================================
+ Hits          3565     3632      +67     
- Misses        1535     1565      +30     
+ Partials       358      355       -3     

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