Skip to content

Commit 261860c

Browse files
chore: exclude generate_csv_database.py from test coverage
1 parent 50b159f commit 261860c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

optiland/database/generate_csv_database.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
The csv file is used directly in Optiland to retrieve material data. See
55
the Material class in optiland.materials.py for more information.
66
"""
7+
# pragma: no cover
78
import os
89
from io import StringIO
910
import yaml

0 commit comments

Comments
 (0)