1 parent 330b0a0 commit 70c5fadCopy full SHA for 70c5fad
1 file changed
tox.ini
@@ -59,4 +59,9 @@ setenv =
59
SMOKE_TEST = true
60
commands =
61
python --version
62
- python docs/scripts/convert_code_to_documentation.py {posargs}
+ python docs/scripts/convert_code_to_documentation.py {posargs}
63
+
64
+[coverage:run]
65
+omit =
66
+ # Omit the plotting function
67
+ baybe/utils/plotting.py
0 commit comments