Add scripts

This commit is contained in:
vitor-aignosi
2026-09-01 13:28:13 -03:00
parent 82b4a53271
commit 10c8723db6
3 changed files with 615 additions and 0 deletions

11
scripts/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