yamlhttpforms/coverage.sh
2021-12-18 21:09:40 +01:00

4 lines
90 B
Bash
Executable File

#!/usr/bin/env sh
coverage erase && coverage run -m unittest discover && coverage report