#!/bin/bash # Run the Prole installer with execution instrumentation (coverage) # This helps identify unused code paths during manual testing/usage. export PYTHONPATH=$PYTHONPATH:. coverage run install.py "$@" coverage report -m coverage html echo "Execution instrumentation report generated in htmlcov/index.html"