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: support test tool binary version #13093

Merged
merged 5 commits into from
Jan 24, 2025
Merged

feat: support test tool binary version #13093

merged 5 commits into from
Jan 24, 2025

Conversation

tecton
Copy link
Contributor

@tecton tecton commented Jan 21, 2025

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

Other Python template changes will be in separate PR.

Copy link

codecov bot commented Jan 21, 2025

Codecov Report

Attention: Patch coverage is 91.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 90.23%. Comparing base (06cde6a) to head (4f7fb35).
Report is 37 commits behind head on dev.

Files with missing lines Patch % Lines
...core/src/component/driver/devTool/installDriver.ts 91.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              dev   #13093      +/-   ##
==========================================
+ Coverage   90.21%   90.23%   +0.02%     
==========================================
  Files         581      583       +2     
  Lines       34871    35062     +191     
  Branches     6891     6844      -47     
==========================================
+ Hits        31458    31638     +180     
- Misses       1488     1492       +4     
- Partials     1925     1932       +7     
Files with missing lines Coverage Δ
...core/src/component/driver/devTool/installDriver.ts 91.76% <91.66%> (-0.41%) ⬇️

... and 22 files with indirect coverage changes

@@ -7,7 +7,7 @@
"request": "launch",
"url": "https://teams.microsoft.com/l/app/${{TEAMS_APP_ID}}?installAppPackage=true&webjoin=true&${account-hint}",
"presentation": {
"group": "1-Teams",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whether local debug or test tool is the 1st choice depends on the flag {{#enableTestToolByDefault}}, which depends on if the TTK is a pre-release or a stable release.
I think it's ok to merge this first. Let's make the change in another PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll check with you offline. Thanks.

@tecton tecton merged commit bc4d78c into dev Jan 24, 2025
19 checks passed
@tecton tecton deleted the nintan/binary-test-tool branch January 24, 2025 02:14
huimiu pushed a commit that referenced this pull request Jan 27, 2025
* feat: install action support binary test tool

* fix: use npm as default option

* fix: add ut

* feat(template): make test tool default option in python template

* fix: schema change
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