added infrastructure code #1

Merged
brian merged 4 commits from add-infrastructure into main 2025-09-18 13:23:29 +02:00
Showing only changes of commit f96159829c - Show all commits
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Run pytest - name: Run pytest
env: env:
PYTHONPATH: . PYTHONPATH: .
run: uv run pytest --cov=python_repositories --cov-report=term-missing > coverage.txt run: uv run pytest --cov=data_store --cov-report=term-missing > coverage.txt
- name: Post coverage summary to PR - name: Post coverage summary to PR
env: env: