chore: split test and coverage tasks

This commit is contained in:
jo 2022-12-07 11:42:16 +01:00 committed by Kyle Robbertze
parent 33e13e877e
commit 5738edb49c
16 changed files with 37 additions and 21 deletions

View file

@ -19,6 +19,9 @@ disallow_untyped_defs= true
log_cli = true
log_cli_level = "DEBUG"
[tool.coverage.run]
source = ["libretime_shared"]
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"