Skip to content

Commit

Permalink
change coverage.omit to a list of strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 4, 2024
1 parent 602f4b3 commit 2409137
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ exclude = """
"""

[tool.coverage.run]
omit = "*/babelizer/data/*"
omit = [
"*/babelizer/data/*",
]
relative_files = true

[tool.isort]
Expand Down

0 comments on commit 2409137

Please sign in to comment.