Skip to content

Commit 6b7f187

Browse files
authored
skip coverage for cli s (#8930)
1 parent 24dedb2 commit 6b7f187

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,7 @@ source = ["distributed"]
224224
omit = [
225225
"distributed/tests/test*",
226226
"distributed/*/tests/test*",
227-
"distributed/cli/utils.py",
228-
"distributed/cli/dask_spec.py",
227+
"distributed/cli/*",
229228
"distributed/deploy/ssh.py",
230229
"distributed/_version.py",
231230
"distributed/pytest_resourceleaks.py",

0 commit comments

Comments
 (0)