britney2-ubuntu/ci/britney-coverage.sh

7 lines
193 B
Bash
Raw Normal View History

#!/bin/sh
# This script is used on (e.g.) Travis CI to collect coverage
dir=$(dirname "$(dirname "$0")")
exec python3-coverage run --rcfile "$dir/.coveragerc" --append "$dir/britney.py" "$@"