-
Notifications
You must be signed in to change notification settings - Fork 998
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
Testing all WinForms controls have unit tests coverage #10476
Merged
SimonZhao888
merged 27 commits into
dotnet:main
from
SimonZhao888:dev/v-weidzh/UnitTestCoverage
Jan 10, 2024
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
ba52ce9
Enabel code coverage on internal builds
056ea8c
Try to remove upload coverage to codevoc.io task, to see the results.
136e6ef
Remove upload coverage to codevoc.io task, and update filter type
e9eba65
Add upload data to codecov.io task back to pipeline
7827a92
Try to remove PublishCodeCoverageResults task from task
688de18
Add upload data to codecov.io task back to pipeline
3f7e0c8
fix conflicts
66761cf
Remove useless variable
153ac08
Test the path of reportTool
0a85dfc
Test the path of reportTool
6922ceb
Test the path of reportTool
02983f6
Test the path of reportTool
4258a4a
Test the path of reportTool
886ff59
Try to merge scripts
3268796
Try to merge scripts
bc37095
Merge the scripts, remove the redundant scripts
19f321d
Add code coverage to all automation test projects
a9a437f
Add VB automation test to code coverage repo
79e71d1
Merge branch 'main' into dev/v-weidzh/UnitTestCoverage
944123e
Revert useless changes
147d8c1
Revert useless changes
86af83f
Revert useless changes
70b13d8
Add the projects to Codecov
f6b8649
Adjust the includ projects to code coverage
1863f4a
Adjust the includ projects to code coverage
935334f
Adjust the includ projects to code coverage
5e38f6a
Adjust the includ projects to code coverage
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have to include System.Design and Drawing into reporting, do we still need it here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes here are mainly for Codecov.io, if, however, they are not needed, I will remove them in the PR adapted to Codecov.io.