Skip to content

Commit

Permalink
test(coverage): Omit "litestar/_kwargs/types.py"
Browse files Browse the repository at this point in the history
  • Loading branch information
Alc-Alc committed Sep 14, 2024
1 parent 534c1f6 commit a6add24
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 @@ -201,7 +201,7 @@ skip = 'pdm.lock,docs/examples/contrib/sqlalchemy/us_state_lookup.json'

[tool.coverage.run]
concurrency = ["multiprocessing", "thread"]
omit = ["*/tests/*", "*/litestar/plugins/sqlalchemy.py"]
omit = ["*/tests/*", "*/litestar/plugins/sqlalchemy.py", "*litestar/_kwargs/types.py"]
parallel = true
plugins = ["covdefaults"]
source = ["litestar"]
Expand Down

0 comments on commit a6add24

Please sign in to comment.