Skip to content

Commit 0a50062

Browse files
authored
Move .coveragerc to pyproject.toml (#791)
1 parent 08d9cdf commit 0a50062

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.coveragerc

Lines changed: 0 additions & 3 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ packages = [
7979
markers = ["app: requires sdk-app-collection", "smoke: essential smoke tests"]
8080
junit_family = "xunit2"
8181

82+
[tool.coverage.run]
83+
omit = ["docs/*", "tests/*", "examples/*", "scripts/*"]
8284

8385
[tool.basedpyright]
8486
exclude = [".venv"]
@@ -90,7 +92,6 @@ reportUnknownMemberType = false
9092
reportUnusedCallResult = false
9193

9294
# https://docs.astral.sh/ruff/configuration/
93-
9495
[tool.ruff]
9596
line-length = 100
9697

0 commit comments

Comments
 (0)