Skip to content

Commit

Permalink
🩹 fix coverage configuration to properly exclude the literals.py file
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Jan 22, 2025
1 parent 0b6a2ca commit 0df5561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ filterwarnings = [

[tool.coverage]
run.source = ["mqt.qcec"]
run.omit = ["src/mqt/qcec/types.py"]
run.omit = ["src/mqt/qcec/literals.py"]
report.exclude_also = [
'\.\.\.',
'if TYPE_CHECKING:',
Expand Down

0 comments on commit 0df5561

Please sign in to comment.