diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 61cc9f6..4fef639 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,24 +9,16 @@ on: jobs: test: runs-on: ubuntu-latest - strategy: - matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] - steps: - uses: actions/checkout@v4 - - name: Set up Python ${{ matrix.python-version }} + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python-version }} + python-version: "3.12" - name: Install dependencies run: pip install -e ".[dev]" - - name: Run tests - run: pytest tests/ -v --tb=short - - name: Run tests with coverage - if: matrix.python-version == '3.12' - run: pytest tests/ --cov=droidctx --cov-report=term-missing + run: pytest tests/ -v --tb=short --cov=droidctx --cov-report=term-missing diff --git a/README.md b/README.md index 181a333..7a45807 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Infrastructure context builder for Claude Code and coding agents. + Connect your production tools (Grafana, Datadog, Kubernetes, CloudWatch, databases, etc.), extract metadata, and generate structured `.md` files that give coding agents instant context about your infrastructure.