Skip to content

Commit 8472889

Browse files
committed
🩹 fix coverage configuration to properly exclude the literals.py file
Signed-off-by: burgholzer <burgholzer@me.com>
1 parent f79dd07 commit 8472889

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
@@ -138,7 +138,7 @@ filterwarnings = [
138138

139139
[tool.coverage]
140140
run.source = ["mqt.qcec"]
141-
run.omit = ["src/mqt/qcec/types.py"]
141+
run.omit = ["src/mqt/qcec/literal.py"]
142142
report.exclude_also = [
143143
'\.\.\.',
144144
'if TYPE_CHECKING:',

0 commit comments

Comments
 (0)