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