-
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
Code Coverage for Network Download REVIEW 1ST #12221
Code Coverage for Network Download REVIEW 1ST #12221
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12221 +/- ##
===================================================
+ Coverage 75.69021% 75.80466% +0.11445%
===================================================
Files 3151 3154 +3
Lines 635600 637069 +1469
Branches 46951 46973 +22
===================================================
+ Hits 481087 482928 +1841
+ Misses 151076 150704 -372
Partials 3437 3437
Flags with carried forward coverage won't be shown. Click here to find out more. |
@Tanya-Solyanik @KlausLoeffelmann this just has network download tests. It's as simple as I can make it. Please review first I can then add the other cleanup with no code changes at a later time. |
@Tanya-Solyanik @KlausLoeffelmann this is ready for review once #12226 is merged. It should only consist of tests and a few corrections to comments where m_Name was left after variables were renamed to _name plus come cleanup to WebClientCopy in preparation of replacing it. If you want, I could do a separate PR for WebClientCopy changes but most of it is being replaced and the changes avoid Merge issues, the changes should be 100% covered by the tests in this PR. The file has 50% coverage because I can't test the upload code (here) it has been tested against public FTP test servers, but I am also not changing UploadFile code except for variable naming issues. Since this PR is mostly tests and the minor cleanup this might be something @Tanya-Solyanik or her team want to review and then @KlausLoeffelmann could do final signoff of the test server which is all new code. Sorry in advance, if I am misunderstanding signoff procedures or organizational hierarchies. |
c44cb63
to
65f897b
Compare
Adds VB Netword Download tests
Proposed changes
Customer Impact
Regression?
Risk
Microsoft Reviewers: Open in CodeFlow