misc: run coverage before other tasks to find bugs easier
This commit is contained in:
parent
74cd0bc08f
commit
6c358c4e0a
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash -xe
|
||||
scripts/coverage.sh
|
||||
isort
|
||||
pylint passbook
|
||||
prospector
|
||||
scripts/coverage.sh
|
||||
|
|
Reference in New Issue