Tracking epic for automated test-coverage work on the Helm chart.
A coverage sweep on develop found 7 chart templates with no helm-unittest suite:
The security-relevant templates (rbac, network-policy, serviceaccount, secrets) are already covered. Each remaining template gets a focused PR adding a tests/<name>_test.yaml suite, labelled auto-coverage.
Note: the sibling data-ingestors repo is already at ~99% line coverage on develop, so the coverage routine has effectively no work there.
Tracking epic for automated test-coverage work on the Helm chart.
A coverage sweep on
developfound 7 chart templates with no helm-unittest suite:requests-proxy-deployment.yaml— data-plane workload, done first (see linked PR)ingestion-authz-configmap.yamljobs-manager-service.yamlrequests-proxy-service.yamllogs-pvc.yamlmysql-storage-pvc.yamlstorage-class.yamlThe security-relevant templates (rbac, network-policy, serviceaccount, secrets) are already covered. Each remaining template gets a focused PR adding a
tests/<name>_test.yamlsuite, labelledauto-coverage.