Code import - branch release/SIENTIAPDE-1646

This commit is contained in:
2026-06-28 03:02:57 +00:00
commit 25648a91ab
108 changed files with 24001 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=laborious --cov-report=html
xdg-open htmlcov/index.html