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 PolicyManager interface to wrap operations on namespaced policies [multi-tenancy PR 3] #1359

Merged
merged 2 commits into from
Apr 12, 2024

Merge branch 'staging' into multi-tenancy-pr-3

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

feat: add PolicyManager interface to wrap operations on namespaced policies [multi-tenancy PR 3] #1359

Merge branch 'staging' into multi-tenancy-pr-3
00a5b40
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 11, 2024 in 0s

65.26% (-0.06%) compared to 73ef709

View this Pull Request on Codecov

65.26% (-0.06%) compared to 73ef709

Details

Codecov Report

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

Project coverage is 65.26%. Comparing base (73ef709) to head (00a5b40).
Report is 6 commits behind head on staging.

Files Patch % Lines
pkg/manager/manager.go 0.00% 3 Missing ⚠️
pkg/controllers/policy_controller.go 33.33% 2 Missing ⚠️
pkg/executor/core/executor.go 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           staging    #1359      +/-   ##
===========================================
- Coverage    65.31%   65.26%   -0.06%     
===========================================
  Files          105      106       +1     
  Lines         5458     5533      +75     
===========================================
+ Hits          3565     3611      +46     
- Misses        1535     1567      +32     
+ Partials       358      355       -3     

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