OfficeDev / TeamsFx

Developer tools for building Teams apps
Other
427 stars 164 forks source link

perf(oauth): add scaffold for oauth action for existing api #11451

Closed KennethBWSong closed 2 weeks ago

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 87.80%. Comparing base (6f1aa09) to head (b6362c6).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11451/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/11451?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev) ```diff @@ Coverage Diff @@ ## dev #11451 +/- ## ======================================= Coverage 87.79% 87.80% ======================================= Files 495 495 Lines 29726 29740 +14 Branches 5915 5924 +9 ======================================= + Hits 26099 26112 +13 Misses 1779 1779 - Partials 1848 1849 +1 ``` | [Files](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11451?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev) | Coverage Δ | | |---|---|---| | [packages/api/src/types.ts](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11451?src=pr&el=tree&filepath=packages%2Fapi%2Fsrc%2Ftypes.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev#diff-cGFja2FnZXMvYXBpL3NyYy90eXBlcy50cw==) | `0.00% <ø> (ø)` | | | [...re/src/component/generator/copilotPlugin/helper.ts](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11451?src=pr&el=tree&filepath=packages%2Ffx-core%2Fsrc%2Fcomponent%2Fgenerator%2FcopilotPlugin%2Fhelper.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev#diff-cGFja2FnZXMvZngtY29yZS9zcmMvY29tcG9uZW50L2dlbmVyYXRvci9jb3BpbG90UGx1Z2luL2hlbHBlci50cw==) | `94.22% <100.00%> (+0.12%)` | :arrow_up: | | [...kages/fx-core/src/component/generator/generator.ts](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11451?src=pr&el=tree&filepath=packages%2Ffx-core%2Fsrc%2Fcomponent%2Fgenerator%2Fgenerator.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev#diff-cGFja2FnZXMvZngtY29yZS9zcmMvY29tcG9uZW50L2dlbmVyYXRvci9nZW5lcmF0b3IudHM=) | `86.95% <100.00%> (+0.14%)` | :arrow_up: | | [...src/component/generator/copilotPlugin/generator.ts](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11451?src=pr&el=tree&filepath=packages%2Ffx-core%2Fsrc%2Fcomponent%2Fgenerator%2FcopilotPlugin%2Fgenerator.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev#diff-cGFja2FnZXMvZngtY29yZS9zcmMvY29tcG9uZW50L2dlbmVyYXRvci9jb3BpbG90UGx1Z2luL2dlbmVyYXRvci50cw==) | `94.90% <81.81%> (-0.50%)` | :arrow_down: |
yuqizhou77 commented 2 weeks ago

maybe not in this PR, but you probably want to make similar change in CSharp template also later.