coverage: ignore the new testing folder
This commit is contained in:
parent
1905dc0cc4
commit
c981150df8
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ build-backend = "uv_build"
|
|||
|
||||
[tool.coverage.run]
|
||||
branch = true
|
||||
omit = ["tests/"]
|
||||
omit = ["testing/"]
|
||||
source_dirs = ["src/"]
|
||||
|
||||
# custom marks are created in conftest.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue