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

chore: apply gofumpt in pkg packages #8613

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

chore: apply gofumpt in pkg packages

28bd758
Select commit
Loading
Failed to load commit list.
Open

chore: apply gofumpt in pkg packages #8613

chore: apply gofumpt in pkg packages
28bd758
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 11, 2025 in 0s

59.37% (-0.02%) compared to 5d9a4e8, passed because coverage increased by 0.02% when compared to adjusted base (59.34%)

View this Pull Request on Codecov

59.37% (-0.02%) compared to 5d9a4e8, passed because coverage increased by 0.02% when compared to adjusted base (59.34%)

Details

Codecov Report

Attention: Patch coverage is 71.42857% with 28 lines in your changes missing coverage. Please review.

Project coverage is 59.37%. Comparing base (5d9a4e8) to head (28bd758).

Files with missing lines Patch % Lines
pkg/controller/pod_volume_restore_controller.go 0.00% 3 Missing ⚠️
...k/backupitemaction/v2/backup_item_action_server.go 25.00% 3 Missing ⚠️
...restoreitemaction/v2/restore_item_action_server.go 0.00% 3 Missing ⚠️
pkg/cmd/util/output/backup_structured_describer.go 0.00% 2 Missing ⚠️
pkg/restore/actions/change_image_name_action.go 0.00% 2 Missing ⚠️
pkg/client/config.go 50.00% 0 Missing and 1 partial ⚠️
pkg/cmd/util/output/backup_describer.go 0.00% 1 Missing ⚠️
pkg/controller/backup_deletion_controller.go 50.00% 1 Missing ⚠️
...g/controller/backup_storage_location_controller.go 0.00% 1 Missing ⚠️
pkg/controller/backup_sync_controller.go 50.00% 1 Missing ⚠️
... and 10 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8613      +/-   ##
==========================================
- Coverage   59.39%   59.37%   -0.02%     
==========================================
  Files         370      370              
  Lines       39988    39961      -27     
==========================================
- Hits        23752    23728      -24     
+ Misses      14744    14741       -3     
  Partials     1492     1492              

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