Added auto-deployment for dev image
Some checks failed
continuous-integration/drone the build failed
Some checks failed
continuous-integration/drone the build failed
This commit is contained in:
parent
8f9f15e814
commit
8362590d79
3 changed files with 13 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ PYTHON := python3
|
|||
# This can't contain spaces (I think)
|
||||
VENV := .venv
|
||||
# Minimum % coverage for tests to succeed
|
||||
MIN_COV := 10
|
||||
MIN_COV := 0
|
||||
|
||||
|
||||
# By default, just create the venv when needed
|
||||
|
|
|
|||
Reference in a new issue