Add scripts

This commit is contained in:
vitor-aignosi
2026-08-26 16:15:14 -03:00
parent 6737604d6b
commit 65a282e0bc
3 changed files with 531 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