misc: run coverage before other tasks to find bugs easier

This commit is contained in:
Jens Langhammer 2019-12-05 16:03:31 +01:00
parent 74cd0bc08f
commit 6c358c4e0a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash -xe
scripts/coverage.sh
isort
pylint passbook
prospector
scripts/coverage.sh