britney2-ubuntu/ci/britney-coverage.sh
Niels Thykier 96b7e606cf Add simple RC bugs unit test
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-11-22 20:21:01 +00:00

7 lines
193 B
Bash
Executable File

#!/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" "$@"