1
1
mirror of https://github.com/harelba/q.git synced 2024-10-04 06:48:13 +03:00
q/run-coverage.sh

19 lines
213 B
Bash
Raw Normal View History

#!/bin/bash
set -e
rm -vf ./htmlcov/*
pytest -m "not benchmark" --cov --cov-report html "$@"
function cleanup() {
kill %1
}
# TODO Fix
# python -m http.server 8000
# open http://localhost:8000/htmlcov/