Skip to content

Commit

Permalink
Ignore antlr generated files in coverage checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pablolh committed Jan 11, 2024
1 parent b3f6d74 commit 0cf85c1
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 @@ -56,7 +56,7 @@ asyncio_mode = "auto"

[tool.coverage.run]
branch = true
omit = ["tests/*", "**/.tox/**"]
omit = ["tests/*", "**/.tox/**", "opensquirrel/parsing/antlr/generated/*"]

[tool.coverage.report]
show_missing = true
Expand Down

0 comments on commit 0cf85c1

Please sign in to comment.