Skip to content

Commit 5e6bc4e

Browse files
authored
Add coverage section to pyproject (#1911)
1 parent dfc88b3 commit 5e6bc4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,6 @@ warn_unused_ignores = true
132132
log_cli = false
133133
filterwarnings = "ignore::DeprecationWarning"
134134
addopts = "--log-cli-format \"[%(name)s][%(funcName)s] %(message)s\" --verbose --capture=sys"
135+
136+
[tool.coverage.run]
137+
omit = ["awswrangler/neptune/_utils.py"]

0 commit comments

Comments
 (0)