Skip to content

Commit 2f662da

Browse files
committed
remove __main__ as part of the test coverage
1 parent efb0c7b commit 2f662da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ asyncio_mode = "auto"
8787

8888
[tool.coverage.run]
8989
data_file = "/tmp/sm_bluesky.coverage"
90+
omit = ["tests/*", "src/sm_bluesky/__main__.py"]
9091

9192
[tool.coverage.paths]
9293
# Tests are run from installed location, map back to the src directory

0 commit comments

Comments
 (0)