Enforce Foundry package unit test coverage

This commit is contained in:
Tao Chen
2026-04-01 09:42:01 -07:00
Unverified
parent b065a4ce51
commit 4481228fb3
@@ -42,6 +42,7 @@ ENFORCED_TARGETS: set[str] = {
"packages.anthropic.agent_framework_anthropic",
"packages.azure-ai-search.agent_framework_azure_ai_search",
"packages.openai.agent_framework_openai",
"packages.foundry.agent_framework_foundry",
# Individual files (if you want to enforce specific files instead of whole packages)
"packages/core/agent_framework/observability.py",
# Add more targets here as coverage improves