Closed luksa closed 4 weeks ago
Attention: Patch coverage is 63.88889%
with 13 lines
in your changes missing coverage. Please review.
Project coverage is 75.54%. Comparing base (
1ac8e14
) to head (2e70cd1
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
cmd/main.go | 0.00% | 11 Missing :warning: |
controllers/remoteistio/remoteistio_controller.go | 66.66% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Most reconcilers need the same three config fields:
ResourceDirectory
,Platform
, andDefaultProfile
. Instead of passing these fields separately, we now pass them via aReconcilerConfig
struct.