Skip to content

Commit

Permalink
Ignore demo.py for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Aug 15, 2024
1 parent 269efbb commit 53a5e27
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 @@ -85,7 +85,7 @@ line-length = 119
line-ending = "lf"

[tool.coverage.run]
omit = ["iscc_sct/dev.py", "tests/"]
omit = ["iscc_sct/dev.py", "tests/", "iscc_sct/demo.py"]

[tool.poe.tasks]
format-code = { cmd = "ruff format", help = "Code style formating with ruff" }
Expand Down

0 comments on commit 53a5e27

Please sign in to comment.