From 0e29b2860db1bec96b0935cdbce18502200e1f49 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Fri, 8 Nov 2024 15:34:17 -0800 Subject: [PATCH] Update test regex in ci.yml for Azure.Data.Tables to be more strict and avoid bringing in appconfiguration (#6203) --- sdk/tables/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/tables/ci.yml b/sdk/tables/ci.yml index 3046c5f43..af527e8aa 100644 --- a/sdk/tables/ci.yml +++ b/sdk/tables/ci.yml @@ -27,10 +27,10 @@ extends: parameters: ServiceDirectory: tables # Not running tests on CI but only on LiveTest mode - CtestRegex: azure-data + CtestRegex: azure-data-tables.* LineCoverageTarget: 77 BranchCoverageTarget: 42 - LiveTestCtestRegex: azure-data + LiveTestCtestRegex: azure-data-tables Artifacts: - Name: azure-data-tables Path: azure-data-tables