-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace tfgen result summaries (#1456)
Should address #1348. Replaces the current summaries: ``` General metrics: 1241 total resources containing 13068 total inputs. 511 total functions. 0 entities are missing docs entirely because they could not be found in the upstream provider. Description metrics: 0 entity descriptions contained an <elided> reference and were dropped, including examples. 0 entity descriptions contained an <elided> reference and were dropped, but examples were preserved. Example conversion metrics: 95 HCL examples failed to convert in all languages 59 HCL examples were converted in at least one language but failed to convert to TypeScript 59 HCL examples were converted in at least one language but failed to convert to Python 59 HCL examples were converted in at least one language but failed to convert to Go 59 HCL examples were converted in at least one language but failed to convert to C# 73 entity document sections contained unexpected HCL code snippets. Examples will be converted, but may not display correctly in the registry, e.g. lacking tabs. Argument metrics: 9594 argument descriptions were parsed from the upstream docs 196 top-level input property descriptions came from an upstream attribute (as opposed to an argument). Nested arguments are not included in this count. 0 arguments contained an <elided> reference and had their descriptions dropped. 0 nested arguments contained an <elided> reference and had their descriptions dropped. 542 of 13068 resource inputs (4.15%) are missing descriptions in the schema Attribute metrics: 0 attributes contained an <elided> reference and had their descriptions dropped. ``` with the summaries from `examples_coverage_tracker`: ``` Additional example conversion stats are available by setting COVERAGE_OUTPUT_DIR. Provider: azuread Success rate: 97.75% (522/534) Converted 97.75% of csharp examples (87/89) Converted 97.75% of go examples (87/89) Converted 98.88% of java examples (88/89) Converted 97.75% of python examples (87/89) Converted 97.75% of typescript examples (87/89) Converted 96.63% of yaml examples (86/89) ``` I've also added a message about the detailed summaries since it might be useful for people to find out about the additional stats available: `Additional example conversion stats are available by setting COVERAGE_OUTPUT_DIR.`. Happy to remove it, let me know if I should.
- Loading branch information
Showing
6 changed files
with
83 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters