Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: declarative copilot with plugin from existing api #12095

Merged
merged 2 commits into from
Jul 29, 2024

Conversation

yuqizhou77
Copy link
Contributor

@yuqizhou77 yuqizhou77 commented Jul 29, 2024

Task 28810109: declarative copilot with plugin from spec

  • User now can scaffold a declarative Copilot project + api plugin from exisiting API.
  • Update the basic api plugin template so that there is no need for multiple templates. Use "filterFn" to control whether to include DC related files and updating several files to ".tpl" so that the generated content will match DC + plugin or DC only

refactor: more

refactor: template more

test: ut

test: ut

test: ut
Copy link

codecov bot commented Jul 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.44%. Comparing base (adc6a89) to head (3256686).
Report is 1 commits behind head on dev.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              dev   #12095      +/-   ##
==========================================
+ Coverage   89.42%   89.44%   +0.02%     
==========================================
  Files         570      570              
  Lines       33604    33554      -50     
  Branches     6460     6590     +130     
==========================================
- Hits        30049    30014      -35     
+ Misses       1588     1583       -5     
+ Partials     1967     1957      -10     
Files Coverage Δ
...-core/src/component/generator/apiSpec/generator.ts 96.22% <100.00%> (+6.27%) ⬆️
packages/fx-core/src/question/create.ts 91.17% <ø> (ø)

... and 1 file with indirect coverage changes

@yuqizhou77 yuqizhou77 marked this pull request as ready for review July 29, 2024 07:15
@yuqizhou77 yuqizhou77 requested a review from huimiu July 29, 2024 07:16
@yuqizhou77 yuqizhou77 merged commit fde7aac into dev Jul 29, 2024
18 checks passed
@yuqizhou77 yuqizhou77 deleted the yuqzho/dc-vsc-plugin-existing-api branch July 29, 2024 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants