-
Notifications
You must be signed in to change notification settings - Fork 985
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
Establish Code Coverage for WinForms testing #514
Conversation
d966aff
to
25a0dae
Compare
bf89836
to
2b214bc
Compare
86e4667
to
9fe935e
Compare
Codecov Report
@@ Coverage Diff @@
## master #514 +/- ##
=========================================
Coverage ? 24.09%
=========================================
Files ? 888
Lines ? 236127
Branches ? 31923
=========================================
Hits ? 56891
Misses ? 175626
Partials ? 3610
|
146a328
to
c49620d
Compare
src/System.Windows.Forms/tests/UnitTests/System.Windows.Forms.Tests.csproj
Show resolved
Hide resolved
c49620d
to
7b1f6b4
Compare
9612a02
to
d87f9c0
Compare
src/System.Windows.Forms/tests/UnitTests/System.Windows.Forms.Tests.csproj
Show resolved
Hide resolved
38835d0
to
97b0364
Compare
@Tanya-Solyanik this is ready for review again |
eng/ci.yml
Outdated
@@ -174,3 +174,53 @@ jobs: | |||
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0 | |||
displayName: Component Governance Detection | |||
condition: and(succeeded(), eq(variables['_BuildConfig'], 'Release')) | |||
|
|||
- job: Windows_NT_Coverage |
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.
❗️ Someone should verify that this configuration will not run on non-public builds
54d04fd
to
11f88f3
Compare
11f88f3
to
7d1c155
Compare
@sharwell believe you should merge your clean-up branch into this one before merging this to master; is that your intention? |
@zsd4yr No, my clean-up branch currently has no functional changes relative to this one so I'm planning to send it after this is merged. |
I would rather have all the changes come together 😃 |
@zsd4yr I merged the updated comments and moved the upload task. There are some cleanup items I can't complete (currently the paths change in codecov.yml) until we have a baseline PR merged that it can compare results against. |
No description provided.