Files
sientia-dataops-laborious_t…/run_coverage.sh
vitor-aignosi f794d9e11e Snapshot of fix/QTZPOC-13 source tree
Code-only import without upstream history.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-19 11:50:01 -03:00

11 lines
179 B
Bash
Executable File

#!/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