Code import - branch 1.4.2

This commit is contained in:
2026-08-05 13:53:41 +00:00
commit 6282d0fc6c
39 changed files with 6234 additions and 0 deletions

11
run_coverage.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# Exit on any error
set -e
echo "Activating virtual environment..."
source ./venv/bin/activate
pytest --cov=ingestor --cov-report=html
xdg-open htmlcov/index.html