Skip to content

Commit 427416b

Browse files
committed
omit unit tests from coverage reports
1 parent fc66f61 commit 427416b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,4 @@ archs = ["AMD64", "x86"]
194194

195195

196196
[tool.coverage.run]
197-
omit = ["roboticstoolbox/examples/*", "roboticstoolbox/blocks/*"]
197+
omit = ["roboticstoolbox/examples/*", "test_*.py",]

0 commit comments

Comments
 (0)