Skip to content

Commit 70c5fad

Browse files
committed
Exlcude utils/plotting.py from coverage
1 parent 330b0a0 commit 70c5fad

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tox.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,9 @@ setenv =
5959
SMOKE_TEST = true
6060
commands =
6161
python --version
62-
python docs/scripts/convert_code_to_documentation.py {posargs}
62+
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

Comments
 (0)