Eos/test.sh

4 lines
123 B
Bash
Raw Normal View History

2017-09-22 16:57:40 +10:00
#!/bin/bash
coverage run --source=eos --omit='*/js.py','eos/js_tests.py','*/tests.py' -m eos.tests || exit 1
2017-09-24 15:19:07 +10:00
coverage html