When templates have special Helm actions like lookup or .Capabilities calls, these should be calculated as part of the unit testing coverage calculations to ensure that the chart is fully tested.
This would require introspecting the Helm templates that have been provided to understand what is specifically being queried against to include those as part of the coverage calculations.
Note: This is a fairly difficult problem to solve that I do not currently have a solution in mind for, so if there are any suggestions I'd appreciate it in the comments of this issue!
When templates have special Helm actions like
lookupor.Capabilitiescalls, these should be calculated as part of the unit testing coverage calculations to ensure that the chart is fully tested.This would require introspecting the Helm templates that have been provided to understand what is specifically being queried against to include those as part of the coverage calculations.
Note: This is a fairly difficult problem to solve that I do not currently have a solution in mind for, so if there are any suggestions I'd appreciate it in the comments of this issue!