Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2025

This PR contains the following updates:

Package Type Update Change
github.com/sapcc/go-bits require digest c2d049e -> b4bcd3a

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - "before 8am on Friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github.comsapcc branch from ab6fc42 to 2994626 Compare October 24, 2025 18:41
@github-actions
Copy link
Contributor

Test Coverage Report

Coverage in lib module (lib/): 54.0%
github.com/cobaltcore-dev/cortex/lib/conf/conf.go:89:			GetConfigOrDie			0.0%
github.com/cobaltcore-dev/cortex/lib/conf/conf.go:106:			newConfigFromMaps		75.0%
github.com/cobaltcore-dev/cortex/lib/conf/conf.go:122:			readRawConfig			75.0%
github.com/cobaltcore-dev/cortex/lib/conf/conf.go:135:			readRawConfigFromBytes		75.0%
github.com/cobaltcore-dev/cortex/lib/conf/conf.go:144:			mergeMaps			100.0%
github.com/cobaltcore-dev/cortex/lib/conf/conf.go:166:			GetDBConfig			100.0%
github.com/cobaltcore-dev/cortex/lib/conf/conf.go:167:			GetMonitoringConfig		100.0%
github.com/cobaltcore-dev/cortex/lib/conf/conf.go:168:			GetKeystoneConfig		0.0%
github.com/cobaltcore-dev/cortex/lib/conf/opts.go:19:			NewRawOpts			100.0%
github.com/cobaltcore-dev/cortex/lib/conf/opts.go:23:			NewRawOptsBytes			100.0%
github.com/cobaltcore-dev/cortex/lib/conf/opts.go:30:			Unmarshal			66.7%
github.com/cobaltcore-dev/cortex/lib/conf/opts.go:39:			UnmarshalJSON			0.0%
github.com/cobaltcore-dev/cortex/lib/conf/opts.go:54:			Load				83.3%
github.com/cobaltcore-dev/cortex/lib/conf/validation.go:12:		Validate			66.7%
github.com/cobaltcore-dev/cortex/lib/db/db.go:47:			FromSecretRef			0.0%
github.com/cobaltcore-dev/cortex/lib/db/db.go:121:			NewPostgresDB			70.8%
github.com/cobaltcore-dev/cortex/lib/db/db.go:171:			CheckLivenessPeriodically	76.5%
github.com/cobaltcore-dev/cortex/lib/db/db.go:197:			SelectTimed			0.0%
github.com/cobaltcore-dev/cortex/lib/db/db.go:209:			CreateTable			70.0%
github.com/cobaltcore-dev/cortex/lib/db/db.go:226:			AddTable			66.7%
github.com/cobaltcore-dev/cortex/lib/db/db.go:237:			TableExists			58.3%
github.com/cobaltcore-dev/cortex/lib/db/db.go:266:			Close				50.0%
github.com/cobaltcore-dev/cortex/lib/db/db.go:273:			ReplaceAll			50.0%
github.com/cobaltcore-dev/cortex/lib/db/db.go:300:			BulkInsert			84.4%
github.com/cobaltcore-dev/cortex/lib/db/monitor.go:17:			NewUnregisteredDBMonitor	100.0%
github.com/cobaltcore-dev/cortex/lib/db/monitor.go:33:			NewDBMonitor			100.0%
github.com/cobaltcore-dev/cortex/lib/db/monitor.go:42:			Describe			0.0%
github.com/cobaltcore-dev/cortex/lib/db/monitor.go:47:			Collect				0.0%
github.com/cobaltcore-dev/cortex/lib/keystone/keystone_api.go:28:	FromSecretRef			0.0%
github.com/cobaltcore-dev/cortex/lib/keystone/keystone_api.go:108:	NewKeystoneAPI			100.0%
github.com/cobaltcore-dev/cortex/lib/keystone/keystone_api.go:113:	NewKeystoneAPIWithHTTPClient	0.0%
github.com/cobaltcore-dev/cortex/lib/keystone/keystone_api.go:118:	Authenticate			71.4%
github.com/cobaltcore-dev/cortex/lib/keystone/keystone_api.go:151:	FindEndpoint			0.0%
github.com/cobaltcore-dev/cortex/lib/keystone/keystone_api.go:158:	Availability			0.0%
github.com/cobaltcore-dev/cortex/lib/keystone/keystone_api.go:163:	Client				0.0%
github.com/cobaltcore-dev/cortex/lib/monitoring/monitoring.go:23:	NewRegistry			100.0%
github.com/cobaltcore-dev/cortex/lib/monitoring/monitoring.go:35:	Gather				87.5%
github.com/cobaltcore-dev/cortex/lib/sso/sso.go:26:			RoundTrip			0.0%
github.com/cobaltcore-dev/cortex/lib/sso/sso.go:35:			FromSecretRef			0.0%
github.com/cobaltcore-dev/cortex/lib/sso/sso.go:67:			NewHTTPClient			100.0%
github.com/cobaltcore-dev/cortex/lib/tools/histogram.go:7:		Histogram			100.0%
total:									(statements)			54.0%
Coverage in reservations module (reservations/internal/): 67.7%
github.com/cobaltcore-dev/cortex/reservations/internal/commitments/client.go:56:	NewCommitmentsClient		100.0%
github.com/cobaltcore-dev/cortex/reservations/internal/commitments/client.go:61:	Init				0.0%
github.com/cobaltcore-dev/cortex/reservations/internal/commitments/client.go:107:	ListFlavorsByName		92.3%
github.com/cobaltcore-dev/cortex/reservations/internal/commitments/client.go:130:	ListProjects			88.9%
github.com/cobaltcore-dev/cortex/reservations/internal/commitments/client.go:148:	ListCommitmentsByID		100.0%
github.com/cobaltcore-dev/cortex/reservations/internal/commitments/client.go:191:	listCommitments			90.5%
github.com/cobaltcore-dev/cortex/reservations/internal/commitments/client.go:228:	ListServersByProjectID		100.0%
github.com/cobaltcore-dev/cortex/reservations/internal/commitments/client.go:268:	listServersForProject		88.9%
github.com/cobaltcore-dev/cortex/reservations/internal/commitments/messages.go:135:	UnmarshalJSON			77.8%
github.com/cobaltcore-dev/cortex/reservations/internal/commitments/messages.go:158:	MarshalJSON			0.0%
github.com/cobaltcore-dev/cortex/reservations/internal/commitments/syncer.go:39:	NewSyncer			0.0%
github.com/cobaltcore-dev/cortex/reservations/internal/commitments/syncer.go:48:	Init				100.0%
github.com/cobaltcore-dev/cortex/reservations/internal/commitments/syncer.go:60:	resolveUnusedCommitments	53.3%
github.com/cobaltcore-dev/cortex/reservations/internal/commitments/syncer.go:158:	SyncReservations		66.7%
github.com/cobaltcore-dev/cortex/reservations/internal/commitments/syncer.go:262:	Run				80.0%
github.com/cobaltcore-dev/cortex/reservations/internal/controller/client.go:55:		NewHypervisorClient		0.0%
github.com/cobaltcore-dev/cortex/reservations/internal/controller/client.go:60:		Init				0.0%
github.com/cobaltcore-dev/cortex/reservations/internal/controller/client.go:87:		ListHypervisors			0.0%
github.com/cobaltcore-dev/cortex/reservations/internal/controller/controller.go:42:	Reconcile			73.4%
github.com/cobaltcore-dev/cortex/reservations/internal/controller/controller.go:183:	SetupWithManager		100.0%
github.com/cobaltcore-dev/cortex/reservations/internal/controller/monitor.go:31:	Init				100.0%
github.com/cobaltcore-dev/cortex/reservations/internal/controller/monitor.go:43:	Describe			100.0%
github.com/cobaltcore-dev/cortex/reservations/internal/controller/monitor.go:49:	Collect				100.0%
total:											(statements)			67.7%
Coverage in scheduling module (scheduling/internal/): 47.8%
github.com/cobaltcore-dev/cortex/scheduling/internal/conf/conf.go:197:									IsUndefined				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/conf/conf.go:207:									IsUndefined				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/cleanup/nova.go:22:							cleanup					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/cleanup/nova.go:121:							CleanupNovaDecisionsRegularly		0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/e2e/cinder/checks.go:21:							RunChecks				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/e2e/cinder/checks.go:26:							checkCinderSchedulerReturnsValidHosts	0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/e2e/manila/checks.go:24:							RunChecks				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/e2e/manila/checks.go:29:							checkManilaSchedulerReturnsValidHosts	0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/e2e/nova/checks.go:51:							getHypervisors				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/e2e/nova/checks.go:94:							prepare					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/e2e/nova/checks.go:246:							randomRequest				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/e2e/nova/checks.go:315:							checkNovaSchedulerReturnsValidHosts	0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/e2e/nova/checks.go:346:							RunChecks				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/http/cinder/api.go:42:							NewAPI					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/http/cinder/api.go:50:							Init					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/http/cinder/api.go:59:							canRunScheduler				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/http/cinder/api.go:84:							CinderExternalScheduler			0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/http/manila/api.go:42:							NewAPI					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/http/manila/api.go:50:							Init					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/http/manila/api.go:59:							canRunScheduler				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/http/manila/api.go:84:							ManilaExternalScheduler			0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/http/nova/api.go:42:							NewAPI					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/http/nova/api.go:50:							Init					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/http/nova/api.go:59:							canRunScheduler				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/http/nova/api.go:84:							NovaExternalScheduler			0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/cinder/controller.go:35:					Reconcile				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/cinder/controller.go:73:					SetupWithManager			0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/cinder/pipeline.go:21:						NewPipeline				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/activation.go:12:						NoEffect				100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/activation.go:15:						Norm					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/activation.go:21:						Apply					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/api_monitor.go:22:						NewSchedulerMonitor			0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/api_monitor.go:33:						Describe				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/api_monitor.go:37:						Collect					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/api_monitor.go:51:						Callback				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/api_monitor.go:57:						Respond					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/pipeline.go:49:						getStepKey				100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/pipeline.go:62:						NewPipeline				80.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/pipeline.go:105:						runSteps				81.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/pipeline.go:141:						normalizeInputWeights			100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/pipeline.go:150:						applyStepWeights			87.5%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/pipeline.go:171:						sortSubjectsByWeights			100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/pipeline.go:181:						Run					95.7%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/pipeline_monitor.go:37:					NewPipelineMonitor			100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/pipeline_monitor.go:110:					SubPipeline				100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/pipeline_monitor.go:117:					observePipelineResult			50.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/scaling.go:7:						clamp					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/scaling.go:22:						MinMaxScale				100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/step.go:28:							Validate				100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/step.go:62:							Init					80.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/step.go:72:							GetAlias				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/step.go:75:							PrepareResult				100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/step.go:85:							PrepareStats				100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/step_monitor.go:43:						GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/step_monitor.go:48:						GetAlias				100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/step_monitor.go:53:						Init					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/step_monitor.go:58:						MonitorStep				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/step_monitor.go:81:						Run					45.6%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/step_monitor.go:220:					impact					94.4%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/step_validation.go:30:					GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/step_validation.go:35:					GetAlias				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/step_validation.go:40:					Init					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/step_validation.go:49:					ValidateStep				100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/lib/step_validation.go:57:					Run					84.6%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/machines/controller.go:40:					Reconcile				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/machines/controller.go:101:					handleMachine				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/machines/controller.go:142:					SetupWithManager			0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/machines/noop.go:20:						GetName					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/machines/noop.go:23:						GetAlias				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/machines/noop.go:25:						Init					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/machines/noop.go:35:						Run					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/machines/pipeline.go:22:					NewPipeline				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/manila/controller.go:35:					Reconcile				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/manila/controller.go:73:					SetupWithManager			0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/manila/pipeline.go:23:						NewPipeline				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/manila/plugins/netapp/cpu_usage_balancing.go:31:		Validate				60.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/manila/plugins/netapp/cpu_usage_balancing.go:49:		GetName					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/manila/plugins/netapp/cpu_usage_balancing.go:54:		Run					93.8%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/controller.go:35:						Reconcile				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/controller.go:73:						SetupWithManager			0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/pipeline.go:51:						NewPipeline				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/kvm/avoid_overloaded_hosts_cpu.go:31:		Validate				60.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/kvm/avoid_overloaded_hosts_cpu.go:49:		GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/kvm/avoid_overloaded_hosts_cpu.go:54:		Run					94.1%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/kvm/avoid_overloaded_hosts_memory.go:31:		Validate				60.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/kvm/avoid_overloaded_hosts_memory.go:49:		GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/kvm/avoid_overloaded_hosts_memory.go:54:		Run					94.1%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_compute_capabilities.go:22:		GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_compute_capabilities.go:36:		convertToCapabilities			100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_compute_capabilities.go:53:		Run					86.5%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_correct_az.go:20:			GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_correct_az.go:23:			Run					78.6%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_disabled.go:22:			GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_disabled.go:25:			Run					90.9%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_external_customer.go:24:		Validate				100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_external_customer.go:36:		GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_external_customer.go:40:		Run					96.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_has_accelerators.go:22:		GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_has_accelerators.go:25:		Run					93.3%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_has_enough_capacity.go:26:		Validate				100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_has_enough_capacity.go:35:		Init					20.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_has_enough_capacity.go:58:		GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_has_enough_capacity.go:74:		Run					90.6%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_has_requested_traits.go:19:		GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_has_requested_traits.go:24:		Run					97.3%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_host_instructions.go:19:		GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_host_instructions.go:24:		Run					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_packed_virtqueue.go:21:		GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_packed_virtqueue.go:24:		Run					93.3%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_project_aggregates.go:20:		GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/filter_project_aggregates.go:24:		Run					92.9%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/resource_balancing.go:54:			Validate				68.4%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/resource_balancing.go:96:			GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/shared/resource_balancing.go:101:			Run					95.9%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/vmware/anti_affinity_noisy_projects.go:25:		Validate				66.7%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/vmware/anti_affinity_noisy_projects.go:40:		GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/vmware/anti_affinity_noisy_projects.go:45:		Run					84.6%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/vmware/avoid_long_term_contended_hosts.go:31:	Validate				60.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/vmware/avoid_long_term_contended_hosts.go:49:	GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/vmware/avoid_long_term_contended_hosts.go:54:	Run					94.1%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/vmware/avoid_short_term_contended_hosts.go:31:	Validate				60.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/vmware/avoid_short_term_contended_hosts.go:49:	GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/plugins/vmware/avoid_short_term_contended_hosts.go:54:	Run					94.1%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/scoper.go:28:						GetName					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/scoper.go:33:						GetAlias				0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/scoper.go:38:						Init					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/scoper.go:44:						Run					85.7%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/scoper.go:82:						queryHostsInScope			77.3%
github.com/cobaltcore-dev/cortex/scheduling/internal/decision/pipelines/nova/scoper.go:190:						isSpecInScope				60.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/cleanup.go:22:							Start					82.4%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/cleanup.go:61:							Reconcile				70.6%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/cleanup.go:93:							SetupWithManager			0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/cycle_detector.go:25:						NewCycleDetector			100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/cycle_detector.go:29:						Filter					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/executor.go:39:							Reconcile				67.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/executor.go:195:							SetupWithManager			14.3%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/monitor.go:25:							NewPipelineMonitor			100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/monitor.go:69:							monitorStep				71.4%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/monitor.go:86:							GetName					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/monitor.go:91:							Init					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/monitor.go:96:							Run					0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/nova_api.go:51:							NewNovaAPI				100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/nova_api.go:58:							Init					77.8%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/nova_api.go:81:							Get					75.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/nova_api.go:90:							LiveMigrate				100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/nova_api.go:101:							GetServerMigrations			74.1%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/pipeline.go:49:							Init					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/pipeline.go:79:							run					90.9%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/pipeline.go:110:							combine					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/pipeline.go:164:							CreateDeschedulingsPeriodically		0.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/plugins/base.go:21:						Init					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/plugins/kvm/avoid_high_steal_pct.go:25:				GetName					100.0%
github.com/cobaltcore-dev/cortex/scheduling/internal/descheduling/nova/plugins/kvm/avoid_high_steal_pct.go:29:				Run					92.3%
total:																	(statements)				47.8%
Coverage in KPIs module (kpis/internal/): 78.6%
github.com/cobaltcore-dev/cortex/kpis/internal/pipeline.go:45:						NewPipeline		100.0%
github.com/cobaltcore-dev/cortex/kpis/internal/pipeline.go:54:						Describe		100.0%
github.com/cobaltcore-dev/cortex/kpis/internal/pipeline.go:59:						Collect			0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/pipeline.go:66:						Init			83.3%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/base.go:21:					Init			75.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/netapp/storage_pool_cpu.go:25:			GetName			0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/netapp/storage_pool_cpu.go:29:			Init			80.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/netapp/storage_pool_cpu.go:46:			Describe		0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/netapp/storage_pool_cpu.go:51:			Collect			90.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/sap/host_available_capacity.go:29:		GetName			0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/sap/host_available_capacity.go:33:		Init			83.3%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/sap/host_available_capacity.go:82:		Describe		0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/sap/host_available_capacity.go:88:		Collect			95.1%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/sap/host_running_vms.go:40:			GetName			0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/sap/host_running_vms.go:44:			Init			75.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/sap/host_running_vms.go:67:			Describe		0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/sap/host_running_vms.go:71:			Collect			69.2%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/sap/host_total_allocatable_capacity.go:25:	GetName			0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/sap/host_total_allocatable_capacity.go:29:	Init			75.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/sap/host_total_allocatable_capacity.go:53:	Describe		0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/sap/host_total_allocatable_capacity.go:57:	Collect			87.5%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/shared/vm_commitments.go:29:			GetName			100.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/shared/vm_commitments.go:33:			Init			85.7%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/shared/vm_commitments.go:80:			Describe		0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/shared/vm_commitments.go:88:			convertLimesMemory	100.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/shared/vm_commitments.go:105:			Collect			89.5%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/shared/vm_life_span.go:25:			GetName			0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/shared/vm_life_span.go:29:			Init			75.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/shared/vm_life_span.go:42:			Describe		0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/shared/vm_life_span.go:46:			Collect			73.9%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/shared/vm_migration_statistics.go:30:		GetName			0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/shared/vm_migration_statistics.go:34:		Init			80.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/shared/vm_migration_statistics.go:51:		Describe		0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/shared/vm_migration_statistics.go:56:		Collect			84.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/vmware/host_contention.go:25:			GetName			0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/vmware/host_contention.go:29:			Init			80.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/vmware/host_contention.go:46:			Describe		0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/vmware/host_contention.go:51:			Collect			90.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/vmware/project_noisiness.go:24:			GetName			0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/vmware/project_noisiness.go:28:			Init			75.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/vmware/project_noisiness.go:40:			Describe		0.0%
github.com/cobaltcore-dev/cortex/kpis/internal/plugins/vmware/project_noisiness.go:44:			Collect			84.6%
total:													(statements)		78.6%
Coverage in knowledge module (knowledge/internal/): 55.9%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/monitor.go:21:							NewSyncMonitor			100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/monitor.go:42:							Describe			100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/monitor.go:48:							Collect				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/cinder/cinder_api.go:38:				NewCinderAPI			100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/cinder/cinder_api.go:46:				Init				81.8%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/cinder/cinder_api.go:69:				GetAllStoragePools		73.3%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/cinder/cinder_sync.go:28:				Init				83.3%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/cinder/cinder_sync.go:42:				Sync				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/cinder/cinder_sync.go:54:				SyncAllStoragePools		53.8%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/controller.go:55:					Reconcile			0.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/controller.go:219:					SetupWithManager		0.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/identity/identity_api.go:36:				NewIdentityAPI			100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/identity/identity_api.go:40:				Init				80.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/identity/identity_api.go:60:				GetAllDomains			66.7%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/identity/identity_api.go:84:				GetAllProjects			72.2%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/identity/identity_sync.go:27:				Init				85.7%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/identity/identity_sync.go:42:				Sync				83.3%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/identity/identity_sync.go:55:				SyncDomains			53.8%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/identity/identity_sync.go:75:				SyncProjects			53.8%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/limes/limes_api.go:46:				NewLimesAPI			100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/limes/limes_api.go:51:				Init				81.8%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/limes/limes_api.go:75:				GetAllCommitments		90.3%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/limes/limes_api.go:125:				getCommitments			84.2%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/limes/limes_sync.go:29:				Init				83.3%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/limes/limes_sync.go:43:				Sync				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/limes/limes_sync.go:55:				SyncCommitments			63.2%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/manila/manila_api.go:42:				NewManilaAPI			100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/manila/manila_api.go:47:				Init				81.8%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/manila/manila_api.go:70:				GetAllStoragePools		75.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/manila/manila_sync.go:29:				Init				83.3%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/manila/manila_sync.go:43:				Sync				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/manila/manila_sync.go:55:				SyncAllStoragePools		53.8%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/nova/nova_api.go:55:					NewNovaAPI			100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/nova/nova_api.go:60:					Init				81.8%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/nova/nova_api.go:86:					GetAllServers			68.8%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/nova/nova_api.go:121:					GetDeletedServers		70.6%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/nova/nova_api.go:156:					GetAllHypervisors		69.7%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/nova/nova_api.go:210:					GetAllFlavors			68.8%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/nova/nova_api.go:247:					GetAllMigrations		69.7%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/nova/nova_api.go:300:					GetAllAggregates		0.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/nova/nova_sync.go:30:					Init				90.9%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/nova/nova_sync.go:54:					Sync				50.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/nova/nova_sync.go:76:					SyncAllServers			57.1%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/nova/nova_sync.go:99:					SyncDeletedServers		64.7%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/nova/nova_sync.go:129:				SyncAllHypervisors		57.1%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/nova/nova_sync.go:153:				SyncAllFlavors			57.1%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/nova/nova_sync.go:175:				SyncAllMigrations		57.1%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/nova/nova_sync.go:197:				SyncAllAggregates		57.1%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/placement/placement_api.go:49:			NewPlacementAPI			100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/placement/placement_api.go:54:			Init				81.8%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/placement/placement_api.go:78:			GetAllResourceProviders		66.7%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/placement/placement_api.go:106:			GetAllTraits			90.3%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/placement/placement_api.go:156:			getTraits			90.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/placement/placement_api.go:180:			GetAllInventoryUsages		71.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/placement/placement_api.go:230:			getInventoryUsages		77.3%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/placement/placement_sync.go:29:			Init				62.5%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/placement/placement_sync.go:47:			Sync				71.4%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/placement/placement_sync.go:63:			SyncResourceProviders		53.8%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/placement/placement_sync.go:84:			SyncTraits			57.9%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/openstack/placement/placement_sync.go:113:			SyncInventoryUsages		57.9%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/prometheus/controller.go:41:					Reconcile			0.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/prometheus/controller.go:166:					SetupWithManager		0.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/prometheus/sync.go:33:						newTypedSyncer			100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/prometheus/sync.go:95:						fetch				0.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/prometheus/sync.go:200:						getSyncWindowStart		0.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/prometheus/sync.go:240:						sync				0.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/datasources/prometheus/sync.go:290:						Sync				0.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/controller.go:43:							Reconcile			51.5%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/controller.go:206:						SetupWithManager		0.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/monitor.go:25:							NewMonitor			100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/monitor.go:46:							Describe			100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/monitor.go:52:							Collect				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/monitor.go:71:							Init				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/monitor.go:77:							monitorFeatureExtractor		100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/monitor.go:96:							Extract				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/plugins/base.go:31:						Init				86.7%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/plugins/base.go:56:						ExtractSQL			83.3%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/plugins/base.go:69:						Extracted			88.9%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/plugins/kvm/libvirt_domain_cpu_steal_pct.go:27:			Extract				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/plugins/netapp/storage_pool_cpu_usage.go:26:			Extract				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/plugins/sap/host_details.go:25:					Extract				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/plugins/shared/host_az.go:25:					Extract				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/plugins/shared/host_capabilities.go:26:				Extract				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/plugins/shared/host_pinned_projects.go:26:			Extract				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/plugins/shared/host_utilization.go:27:				Extract				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/plugins/shared/vm_host_residency.go:27:				Extract				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/plugins/shared/vm_life_span.go:39:				Extract				85.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/plugins/vmware/vrops_hostsystem_contention_long_term.go:28:	Extract				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/plugins/vmware/vrops_hostsystem_contention_short_term.go:28:	Extract				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/plugins/vmware/vrops_hostsystem_resolver.go:27:			Extract				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/plugins/vmware/vrops_project_noisiness.go:26:			Extract				100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/trigger.go:37:							Reconcile			77.8%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/trigger.go:90:							findDependentKnowledge		96.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/trigger.go:137:							triggerKnowledgeReconciliation	100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/trigger.go:170:							enqueueKnowledgeReconciliation	77.8%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/trigger.go:194:							getResourceType			100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/trigger.go:206:							mapDatasourceToKnowledge	100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/trigger.go:227:							mapKnowledgeToKnowledge		100.0%
github.com/cobaltcore-dev/cortex/knowledge/internal/extractor/trigger.go:248:							SetupWithManager		0.0%
total:																(statements)			55.9%

@renovate renovate bot merged commit cc58918 into main Oct 24, 2025
6 checks passed
@renovate renovate bot deleted the renovate/github.comsapcc branch October 24, 2025 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants