- Notifications
You must be signed in to change notification settings - Fork311
Test | Unit Test for decrypt failure to drain data fix#2844
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Test | Unit Test for decrypt failure to drain data fix#2844
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedSep 11, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #2844 +/- ##==========================================+ Coverage 72.04% 72.08% +0.04%========================================== Files 299 299 Lines 61433 61436 +3 ==========================================+ Hits 44258 44285 +27+ Misses 17175 17151 -24
Flags with carried forward coverage won't be shown.Click here to find out more. ☔ View full report in Codecov by Sentry. |
src/Microsoft.Data.SqlClient/tests/ManualTests/AlwaysEncrypted/AKVTests.cs OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Microsoft.Data.SqlClient/tests/ManualTests/AlwaysEncrypted/AKVTests.csShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…/AKVTests.csCo-authored-by: DavoudEshtehari <61173489+DavoudEshtehari@users.noreply.github.com>
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
55178ee
intodotnet:mainUh oh!
There was an error while loading.Please reload this page.
This PR is for unit test of PR#2618.