OfficeDev / TeamsFx

Developer tools for building Teams apps
Other
425 stars 163 forks source link

feat: enhance async validation logs #11198

Closed anchenyi closed 1 month ago

anchenyi commented 1 month ago

https://msazure.visualstudio.com/Microsoft%20Teams%20Extensibility/_workitems/edit/27231503

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 92.00000% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 87.23%. Comparing base (7fe3da4) to head (3bca2b1).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11198/graphs/tree.svg?width=650&height=150&src=pr&token=QQX8WVOEC3&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev)](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11198?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev) ```diff @@ Coverage Diff @@ ## dev #11198 +/- ## ========================================== + Coverage 87.22% 87.23% +0.01% ========================================== Files 458 458 Lines 27850 27876 +26 Branches 5598 5606 +8 ========================================== + Hits 24291 24318 +27 Misses 1787 1787 + Partials 1772 1771 -1 ``` | [Files](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11198?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev) | Coverage Δ | | |---|---|---| | [...es/fx-core/src/component/configManager/constant.ts](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11198?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev#diff-cGFja2FnZXMvZngtY29yZS9zcmMvY29tcG9uZW50L2NvbmZpZ01hbmFnZXIvY29uc3RhbnQudHM=) | `100.00% <100.00%> (ø)` | | | [...mponent/driver/teamsApp/clients/appStudioClient.ts](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11198?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev#diff-cGFja2FnZXMvZngtY29yZS9zcmMvY29tcG9uZW50L2RyaXZlci90ZWFtc0FwcC9jbGllbnRzL2FwcFN0dWRpb0NsaWVudC50cw==) | `81.41% <100.00%> (+0.22%)` | :arrow_up: | | [packages/fx-core/src/common/wrappedAxiosClient.ts](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11198?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev#diff-cGFja2FnZXMvZngtY29yZS9zcmMvY29tbW9uL3dyYXBwZWRBeGlvc0NsaWVudC50cw==) | `89.39% <50.00%> (-0.61%)` | :arrow_down: | | [...src/component/driver/teamsApp/validateTestCases.ts](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11198?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev#diff-cGFja2FnZXMvZngtY29yZS9zcmMvY29tcG9uZW50L2RyaXZlci90ZWFtc0FwcC92YWxpZGF0ZVRlc3RDYXNlcy50cw==) | `96.36% <95.12%> (+2.95%)` | :arrow_up: |
anchenyi commented 1 month ago

New Output UI: async_validation1

anchenyi commented 1 month ago

Mocked some validation results with all types. async_validation2