chore: split test and coverage tasks
This commit is contained in:
parent
33e13e877e
commit
5738edb49c
16 changed files with 37 additions and 21 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue