Skip to content

Add Python CI guardrails#47

Merged
haasonsaas merged 1 commit into
mainfrom
codex/eval2otel-python-ci-guardrails
May 18, 2026
Merged

Add Python CI guardrails#47
haasonsaas merged 1 commit into
mainfrom
codex/eval2otel-python-ci-guardrails

Conversation

@haasonsaas

Copy link
Copy Markdown
Contributor

Summary

  • Add a dedicated Python CI job for the SDK preview on Python 3.9 and 3.12.
  • Install the package with otel and validation extras so optional auto-instrumentation and Pydantic paths are exercised.
  • Run Python unit tests and pip editable metadata smoke on every PR/main build.

Test plan

  • PYTHONPATH=python python3 -m unittest discover -s python/tests
  • python3 -m pip install -e python --dry-run
  • parsed .github/workflows/ci.yml with PyYAML

Refs #2

@haasonsaas haasonsaas requested a review from EvalOpsBot May 18, 2026 22:27
@github-actions

github-actions Bot commented May 18, 2026

Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
src 96% 83% 0
src.integrations 95% 75% 0
Summary 96% (1122 / 1171) 81% (900 / 1107) 0

@haasonsaas haasonsaas merged commit 56bd025 into main May 18, 2026
7 checks passed
@haasonsaas haasonsaas deleted the codex/eval2otel-python-ci-guardrails branch May 18, 2026 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant