Skip to content

Commit df58775

Browse files
authored
Python: Improve Azure AI Search package test coverage (#4019)
* Improve Azure AI Search package test coverage * Fix pipeline error
1 parent b51d805 commit df58775

2 files changed

Lines changed: 1002 additions & 13 deletions

File tree

.github/workflows/python-check-coverage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"packages.core.agent_framework._workflows",
3535
"packages.purview.agent_framework_purview",
3636
"packages.anthropic.agent_framework_anthropic",
37-
# Add more modules here as coverage improves:
38-
# "packages.azure-ai-search.agent_framework_azure_ai_search",
37+
"packages.azure-ai-search.agent_framework_azure_ai_search",
38+
# Add more modules here as coverage improves
3939
}
4040

4141

0 commit comments

Comments
 (0)