Skip to content

Commit

Permalink
Update pyproject.toml to exclude post processing from coverage
Browse files Browse the repository at this point in the history
Signed-off-by: bvandekerkhof <[email protected]>
  • Loading branch information
bvandekerkhof committed Nov 1, 2024
1 parent 2f4f0fb commit ceda7ae
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 @@ -49,7 +49,7 @@ addopts = "--cov=pyelq --cov-fail-under=90 --ignore-glob=*plot*"
testpaths = ["tests"]

[tool.coverage.report]
omit = ["*plot*", "*/data_access/*", "*/plotting/*"]
omit = ["*plot*", "*/data_access/*", "*/plotting/*", "*/post_processing/*"]
exclude_lines = [".*def.*plot.*", "from pyelq.plotting.plot import Plot"]

[tool.coverage.run]
Expand Down

0 comments on commit ceda7ae

Please sign in to comment.