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

Fix backup post hook issue #8490

Closed
wants to merge 1 commit into from

Fix backup post hook issue

3a45a10
Select commit
Loading
Failed to load commit list.
Closed

Fix backup post hook issue #8490

Fix backup post hook issue
3a45a10
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 10, 2024 in 0s

59.08% (+0.06%) compared to aa7ca15

View this Pull Request on Codecov

59.08% (+0.06%) compared to aa7ca15

Details

Codecov Report

Attention: Patch coverage is 86.57718% with 40 lines in your changes missing coverage. Please review.

Project coverage is 59.08%. Comparing base (aa7ca15) to head (3a45a10).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
internal/hook/parser.go 80.95% 17 Missing and 3 partials ⚠️
pkg/backup/backup.go 82.60% 6 Missing and 2 partials ⚠️
internal/hook/handler.go 96.34% 2 Missing and 1 partial ⚠️
internal/hook/pod_backup_post_hook_handler.go 86.36% 2 Missing and 1 partial ⚠️
internal/hook/pod_backup_pre_hook_handler.go 85.00% 2 Missing and 1 partial ⚠️
pkg/podvolume/backupper.go 75.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8490      +/-   ##
==========================================
+ Coverage   59.02%   59.08%   +0.06%     
==========================================
  Files         369      374       +5     
  Lines       39056    39214     +158     
==========================================
+ Hits        23052    23169     +117     
- Misses      14542    14575      +33     
- Partials     1462     1470       +8     

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