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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃ИAdd results-directory option to dotnet test tasks #812

Merged
merged 2 commits into from May 4, 2023

Conversation

lemillermicrosoft
Copy link
Member

@lemillermicrosoft lemillermicrosoft commented May 4, 2023

This commit adds the --results-directory option to the dotnet test tasks in the .vscode/tasks.json file. This option specifies the directory where the test results and code coverage reports are stored. By setting this option, the test tasks can avoid cluttering the default TestResults folder in the solution root. The commit also adds a new test task that runs all the tests in the dotnet folder with code coverage enabled.

Contribution Checklist

This commit adds the --results-directory option to the dotnet test tasks in the .vscode/tasks.json file. This option specifies the directory where the test results and code coverage reports are stored. By setting this option, the test tasks can avoid cluttering the default TestResults folder in the solution root. The commit also adds a new test task that runs all the tests in the dotnet folder with code coverage enabled.
@lemillermicrosoft lemillermicrosoft added PR: ready for review All feedback addressed, ready for reviews PR: ready to merge PR has been approved by all reviewers, and is ready to merge. labels May 4, 2023
@lemillermicrosoft lemillermicrosoft enabled auto-merge (squash) May 4, 2023 19:58
@lemillermicrosoft lemillermicrosoft merged commit 2df5e5d into microsoft:main May 4, 2023
10 checks passed
codebrain pushed a commit to searchpioneer/semantic-kernel that referenced this pull request May 16, 2023
This commit adds the --results-directory option to the dotnet test tasks
in the .vscode/tasks.json file. This option specifies the directory
where the test results and code coverage reports are stored. By setting
this option, the test tasks can avoid cluttering the default TestResults
folder in the solution root. The commit also adds a new test task that
runs all the tests in the dotnet folder with code coverage enabled.
dehoward pushed a commit to lemillermicrosoft/semantic-kernel that referenced this pull request Jun 1, 2023
This commit adds the --results-directory option to the dotnet test tasks
in the .vscode/tasks.json file. This option specifies the directory
where the test results and code coverage reports are stored. By setting
this option, the test tasks can avoid cluttering the default TestResults
folder in the solution root. The commit also adds a new test task that
runs all the tests in the dotnet folder with code coverage enabled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: ready for review All feedback addressed, ready for reviews PR: ready to merge PR has been approved by all reviewers, and is ready to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants