Skip to content

Commit a8d6c43

Browse files
authored
Merge pull request #6 from DrDroidLab/dev-docs-and-ci
Add empty line in README to test CI
2 parents 64c4414 + 64e8f33 commit a8d6c43

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,16 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
python-version: ["3.9", "3.10", "3.11", "3.12"]
15-
1612
steps:
1713
- uses: actions/checkout@v4
1814

19-
- name: Set up Python ${{ matrix.python-version }}
15+
- name: Set up Python 3.12
2016
uses: actions/setup-python@v5
2117
with:
22-
python-version: ${{ matrix.python-version }}
18+
python-version: "3.12"
2319

2420
- name: Install dependencies
2521
run: pip install -e ".[dev]"
2622

27-
- name: Run tests
28-
run: pytest tests/ -v --tb=short
29-
3023
- name: Run tests with coverage
31-
if: matrix.python-version == '3.12'
32-
run: pytest tests/ --cov=droidctx --cov-report=term-missing
24+
run: pytest tests/ -v --tb=short --cov=droidctx --cov-report=term-missing

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Infrastructure context builder for Claude Code and coding agents.
44

5+
56
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.
67

78
<p align="center">

0 commit comments

Comments
 (0)