Skip to content
Snippets Groups Projects

added changes to disable the azure_code_coverage

Merged shivani karipe requested to merge az/sk-azure_code_coverage into master
Files
3
@@ -66,7 +66,8 @@ azure_bootstrap:
- bun*.tar.gz
expire_in: 2 days
# Since azure_code_coverage not yet been implemented for Python services, the job has been disabled.
# It is a temporary change as azure_code_coverage not yet been implemented for Python services.
# Therefore the job has been disabled
azure_code_coverage:
variables:
AZURE_SKIP_COVERGAE: 'true'
Loading