Eos/test.sh
2017-09-24 15:19:07 +10:00

4 lines
120 B
Bash
Executable File

#!/bin/bash
coverage run --source=eos --omit='*/js.py','*/tests.py' -m unittest discover . -vvv || exit 1
coverage html