chore: split test and coverage tasks
This commit is contained in:
parent
33e13e877e
commit
5738edb49c
16 changed files with 37 additions and 21 deletions
|
@ -6,9 +6,9 @@ PIP_INSTALL = --editable .[dev]
|
|||
PYLINT_ARG = libretime_shared tests
|
||||
MYPY_ARG = libretime_shared
|
||||
BANDIT_ARG := libretime_shared
|
||||
PYTEST_ARG = --cov=libretime_shared tests
|
||||
|
||||
format: .format
|
||||
lint: .format-check .pylint .mypy .bandit
|
||||
test: .pytest
|
||||
test-coverage: .coverage
|
||||
clean: .clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue