We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our line coverage bar for the repo is is 90% and branch coverage is 70%.
Though HTTP pipeline and policies are challenging to add unit tests for (and in some cases require live tests that run nightly to improve coverage), these files are significantly below our current bar: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=2104943&view=codecoverage-tab
For example, the az_http_pipeline_policy_credential() function isn't covered by any test.
az_http_pipeline_policy_credential()
azure-sdk-for-c/sdk/src/azure/core/az_http_policy.c
Lines 97 to 113 in c3bfd14
This becomes necessary to support services that use the HTTP protocol such as storage, which we currently have as part of a feature branch.
azure-sdk-for-c/sdk/src/azure/storage/az_storage_blobs_blob_client.c
Lines 147 to 157 in 5c6fa6e
Brought up in #2443 (comment)
cc @antkmsft
The text was updated successfully, but these errors were encountered:
Hidden by MicrosoftPremier/VstsExtensions#219
Blocked #2591 : we're working around by temporarily lowering the thresholds in feature/v2 until each file is at required levels.
feature/v2
Sorry, something went wrong.
No branches or pull requests
Our line coverage bar for the repo is is 90% and branch coverage is 70%.
Though HTTP pipeline and policies are challenging to add unit tests for (and in some cases require live tests that run nightly to improve coverage), these files are significantly below our current bar:
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=2104943&view=codecoverage-tab
For example, the
az_http_pipeline_policy_credential()
function isn't covered by any test.azure-sdk-for-c/sdk/src/azure/core/az_http_policy.c
Lines 97 to 113 in c3bfd14
This becomes necessary to support services that use the HTTP protocol such as storage, which we currently have as part of a feature branch.
azure-sdk-for-c/sdk/src/azure/storage/az_storage_blobs_blob_client.c
Lines 147 to 157 in 5c6fa6e
Brought up in #2443 (comment)
cc @antkmsft
The text was updated successfully, but these errors were encountered: