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 efb0c7b commit 2f662daCopy full SHA for 2f662da
pyproject.toml
@@ -87,6 +87,7 @@ asyncio_mode = "auto"
87
88
[tool.coverage.run]
89
data_file = "/tmp/sm_bluesky.coverage"
90
+omit = ["tests/*", "src/sm_bluesky/__main__.py"]
91
92
[tool.coverage.paths]
93
# Tests are run from installed location, map back to the src directory
0 commit comments