mirror of https://github.com/ConsenSys/mythril
parent
a59b12124c
commit
ce41bfb739
@ -0,0 +1,5 @@ |
||||
#!/bin/sh |
||||
|
||||
coverage run --source=mythril -m unittest discover -p "*_test.py" |
||||
coverage html |
||||
open htmlcov/index.html |
Loading…
Reference in new issue