Skip to content

Commit 006c809

Browse files
chore: Run coverage with tox run-parallel
1 parent e66af01 commit 006c809

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ env_list = [
7878
"3.12",
7979
"3.13",
8080
"3.14",
81+
"coverage",
8182
"lint",
8283
"typing",
8384
]
@@ -157,6 +158,9 @@ package = [
157158
"*/site-packages/backoff/",
158159
]
159160

161+
[tool.ruff]
162+
line-length = 88
163+
160164
[tool.coverage.report]
161165
fail_under = 100
162166
show_missing = true

0 commit comments

Comments
 (0)