Eos/test.sh

4 lines
120 B
Bash
Raw Normal View History

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