Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Count all errors in the example coverage tracker (#1713)
There is an anomaly in the stats in pulumi/pulumi-azuread#484 where YAML has fewer examples counted in the denominator than other languages, this should be impossible. Looks like some error handling assumptions do not apply to PULUMI_CONVERT=1 anymore and was swallowing errors. With this small tweak the errors for the failed examples now show up in the coverage tracker: ``` warning: failed to convert HCL for #/functions/azuread:index/getDomains:getDomains to yaml: :3,11-43: Failed to generate YAML program: Splat; A 'Splat' expression is equivalent in expressive power to a 'for loop', and is not representable in YAML. If the values of the function are known, you can manually unroll the loop, otherwise it is necessary to switch to a more expressive language., and 1 other diagnostic(s) ```
- Loading branch information