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

Add check for owner references in backup sync, removing if missing #7032

Merged
merged 3 commits into from
Nov 17, 2023

move filtering code to seperate method, add tests

292aa34
Select commit
Loading
Failed to load commit list.
Merged

Add check for owner references in backup sync, removing if missing #7032

move filtering code to seperate method, add tests
292aa34
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 16, 2023 in 0s

61.16% (+0.15%) compared to 23921e5

View this Pull Request on Codecov

61.16% (+0.15%) compared to 23921e5

Details

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (23921e5) 61.00% compared to head (292aa34) 61.16%.
Report is 73 commits behind head on main.

Files Patch % Lines
pkg/controller/backup_sync_controller.go 82.75% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7032      +/-   ##
==========================================
+ Coverage   61.00%   61.16%   +0.15%     
==========================================
  Files         252      258       +6     
  Lines       26898    27327     +429     
==========================================
+ Hits        16409    16714     +305     
- Misses       9326     9430     +104     
- Partials     1163     1183      +20     

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