-
Notifications
You must be signed in to change notification settings - Fork 292
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
Test | Fix akvtest issues #1842
Conversation
Codecov ReportBase: 70.20% // Head: 69.23% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1842 +/- ##
==========================================
- Coverage 70.20% 69.23% -0.97%
==========================================
Files 292 292
Lines 61727 61727
==========================================
- Hits 43333 42739 -594
- Misses 18394 18988 +594
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
/azurepipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
I noticed the AKVTests (3 tests in total) are skipped and have never run on our AE tests due to
nameof(DataTestUtility.AreConnStringsSetup)
in tests condition.There will be one failure due to an exception change in Azure.Identity 1.7.0 since the expected error message has been changed. Read here.