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 controller name to periodical_enqueue_source #8198

Merged
merged 2 commits into from
Sep 12, 2024

Add controller name to periodical_enqueue_source

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

Add controller name to periodical_enqueue_source #8198

Add controller name to periodical_enqueue_source
5c4c66b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 9, 2024 in 0s

59.25% (+0.01%) compared to b92143d

View this Pull Request on Codecov

59.25% (+0.01%) compared to b92143d

Details

Codecov Report

Attention: Patch coverage is 21.42857% with 11 lines in your changes missing coverage. Please review.

Project coverage is 59.25%. Comparing base (b92143d) to head (5c4c66b).

Files with missing lines Patch % Lines
pkg/controller/backup_deletion_controller.go 0.00% 1 Missing ⚠️
pkg/controller/backup_operations_controller.go 0.00% 1 Missing ⚠️
pkg/controller/backup_repository_controller.go 0.00% 1 Missing ⚠️
...g/controller/backup_storage_location_controller.go 0.00% 1 Missing ⚠️
pkg/controller/backup_sync_controller.go 0.00% 1 Missing ⚠️
pkg/controller/data_download_controller.go 0.00% 1 Missing ⚠️
pkg/controller/data_upload_controller.go 0.00% 1 Missing ⚠️
pkg/controller/download_request_controller.go 0.00% 1 Missing ⚠️
pkg/controller/gc_controller.go 0.00% 1 Missing ⚠️
pkg/controller/restore_operations_controller.go 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8198      +/-   ##
==========================================
+ Coverage   59.23%   59.25%   +0.01%     
==========================================
  Files         367      367              
  Lines       30516    30520       +4     
==========================================
+ Hits        18076    18084       +8     
+ Misses      10985    10982       -3     
+ Partials     1455     1454       -1     

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