Skip to content

Commit 6181b11

Browse files
committed
Exclude local.py from coverage
1 parent 88898bc commit 6181b11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ exclude_also = [
6363
[tool.coverage.run]
6464
omit = [
6565
"app/settings/common.py",
66+
"app/settings/local.py",
6667
"manage.py",
6768
"e2etests/*",
6869
"scripts/*",

0 commit comments

Comments
 (0)