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

✨ Set up golang context when initiating controller manager #2339

Merged
merged 1 commit into from
Sep 13, 2023

Set up golang context when initiating controller manager

62877a6
Select commit
Loading
Failed to load commit list.
Merged

✨ Set up golang context when initiating controller manager #2339

Set up golang context when initiating controller manager
62877a6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 13, 2023 in 0s

50.27% (+0.05%) compared to 2188e96

View this Pull Request on Codecov

50.27% (+0.05%) compared to 2188e96

Details

Codecov Report

Patch coverage: 65.38% and project coverage change: +0.05% 🎉

Comparison is base (2188e96) 50.21% compared to head (62877a6) 50.27%.
Report is 19 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2339      +/-   ##
==========================================
+ Coverage   50.21%   50.27%   +0.05%     
==========================================
  Files          87       87              
  Lines        8041     8042       +1     
==========================================
+ Hits         4038     4043       +5     
+ Misses       3676     3674       -2     
+ Partials      327      325       -2     
Files Changed Coverage Δ
pkg/manager/manager.go 27.50% <0.00%> (ø)
pkg/manager/network.go 0.00% <0.00%> (ø)
pkg/manager/options.go 58.53% <ø> (ø)
controllers/vspherecluster_reconciler.go 60.57% <78.94%> (+0.08%) ⬆️
controllers/vspherecluster_controller.go 46.91% <100.00%> (ø)

... and 3 files with indirect coverage changes

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