We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ddfa82 commit b4fcdebCopy full SHA for b4fcdeb
.coveragerc
pyproject.toml
@@ -85,6 +85,11 @@ ignore_missing_imports = "True"
85
disallow_untyped_defs = "True"
86
exclude = ["notebooks"]
87
88
+[tool.coverage.run]
89
+omit = [
90
+ "tests/*",
91
+]
92
+
93
[build-system]
94
requires = ["poetry-core"]
95
build-backend = "poetry.core.masonry.api"
0 commit comments