-
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
Code Coverage for DownloadFile Review 1St #12486
base: main
Are you sure you want to change the base?
Code Coverage for DownloadFile Review 1St #12486
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12486 +/- ##
===================================================
+ Coverage 76.18249% 76.38594% +0.20345%
===================================================
Files 3194 3199 +5
Lines 640365 643320 +2955
Branches 47239 47413 +174
===================================================
+ Hits 487846 491406 +3560
+ Misses 148983 148373 -610
- Partials 3536 3541 +5
Flags with carried forward coverage won't be shown. Click here to find out more. |
Cleanup
Move test constants to separate module for future reuse
Move some constants around Rename some files that are shared between upload and download
@Tanya-Solyanik #12730 is all the cleanup |
The server will now write issues as text to a public property ServerFault. The tests can then verify that there were no protocal issues except here expected.
Fix error in Progress Progress Dialog Labels Use Enum to define testing file sizes Get FileSize and URL from WebListner to allow 1 source of truth This will also allow easier testing with real file server
Allow skipping of tests that need server to support Unauthorized Access based on user reedentials. Make logic for file Upload detection not dependant on file name to support other Servers in testing.
Add support for real File Server Testing
@Tanya-Solyanik @KlausLoeffelmann Of note: the file location is odd compared to where the other tests find json files.
Visual Studio is picking the location, so I don't know how to fix. |
…ceptions in existing code.
Improve code coverage for upload tests Support more real File Server options
Replace corrupt PR12221
Proposed changes
Customer Impact
Regression?
Risk
-None
Test environment(s)
Microsoft Reviewers: Open in CodeFlow