Skip to content

Commit

Permalink
[pyproject.toml] Ignore test folder for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
moi15moi committed Jan 31, 2025
1 parent 9c518bc commit 1e0aade
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,4 +56,4 @@ ignore = ["E402"]
# Specify the source directory to avoid tracking temporary files created by "test_client_regenerate_modules.py".
# Without this, coverage track these temporary files, leading to error when trying to generate a report.
source = ["comtypes"]
omit = ["comtypes/gen/*"]
omit = ["comtypes/gen/*", "comtypes/test/*"]

0 comments on commit 1e0aade

Please sign in to comment.