Skip to content

Commit 313b09a

Browse files
committed
add __main__.py to ignore
1 parent 7b09d6f commit 313b09a

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
@@ -86,6 +86,7 @@ asyncio_mode = "auto"
8686

8787

8888
[tool.coverage.run]
89+
omit = ["src/sm_bluesky/__main__.py"]
8990
data_file = "/tmp/sm_bluesky.coverage"
9091

9192
[tool.coverage.paths]

0 commit comments

Comments
 (0)