committed by
GitHub
2 changed files with 9 additions and 3 deletions
@ -0,0 +1,8 @@ |
|||
#!/usr/bin/env bash |
|||
|
|||
set -e |
|||
set -x |
|||
|
|||
coverage combine |
|||
coverage report |
|||
coverage html |
Loading…
Reference in new issue