Eos/test.sh

4 lines
123 B
Bash
Executable File

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