Skip to content

Commit f3918ed

Browse files
committed
exlude examples from tests
1 parent 8487584 commit f3918ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,7 @@ archs = ["x86_64", "aarch64"]
191191

192192
# On an Windows Intel runner build wheels
193193
archs = ["AMD64", "x86"]
194+
195+
196+
[tool.coverage.run]
197+
omit = ["roboticstoolbox/examples/*", "roboticstoolbox/blocks/*"]

0 commit comments

Comments
 (0)