Skip to content

Commit 4b9b10d

Browse files
committed
Reorder tool.coverage.report.omit
Because I don't know why it's being tested, it should be ignored!
1 parent dfaa66e commit 4b9b10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ relative_files = true
130130

131131
[tool.coverage.report]
132132
omit = [
133+
"aesara/bin/aesara_cache.py",
133134
"aesara/_version.py",
134135
"tests/*",
135136
"bin/aesara_cache.py",
136-
"aesara/bin/aesara_cache.py",
137137
]
138138
exclude_lines = [
139139
"pragma: no cover",

0 commit comments

Comments
 (0)