Skip to content

Commit 16c0f20

Browse files
committed
Fixed coverage reports.
1 parent 426576c commit 16c0f20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ warn_return_any = false
6868
[tool.pytest]
6969
anyio_mode = "auto"
7070

71+
[tool.coverage.run]
72+
omit = [
73+
"python/tests/**/*",
74+
"python/natsrpy/instrumentation/**/*",
75+
]
76+
7177
[tool.ruff]
7278
target-version = "py310"
7379
exclude = [".venv/"]

0 commit comments

Comments
 (0)