Skip to content

Commit 6fd1833

Browse files
authored
fix: Omit Messages from Test Coverage (#124)
1 parent 5995dc6 commit 6fd1833

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,11 @@ log_cli_level = "DEBUG"
3737
addopts = "--cov=pybag --benchmark-sort=mean"
3838
testpaths = ["tests"]
3939

40+
[tool.coverage.run]
41+
omit = [
42+
"src/pybag/ros1/*",
43+
"src/pybag/ros2/*",
44+
]
45+
4046
[tool.hatch.build.targets.wheel]
4147
packages = ["src/pybag"]

0 commit comments

Comments
 (0)