Move coverage.py’s configuration into pyproject.toml
This commit is contained in:
parent
39772f1983
commit
8ab8bfba83
@ -1,7 +0,0 @@
|
||||
[run]
|
||||
branch = True
|
||||
|
||||
[report]
|
||||
fail_under = 100
|
||||
show_missing = true
|
||||
skip_covered = true
|
@ -27,6 +27,14 @@ markers = [
|
||||
"id_name: the name to use in the identity"
|
||||
]
|
||||
|
||||
[tool.coverage.run]
|
||||
branch = true
|
||||
|
||||
[tool.coverage.report]
|
||||
fail_under = 100
|
||||
show_missing = true
|
||||
skip_covered = true
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
Loading…
Reference in New Issue
Block a user