Skip to content

Commit c2a41b5

Browse files
committed
Remove coverage clean and report, not compatible with current config (ansible#174)
1 parent 126c20c commit c2a41b5

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

tox.ini

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -96,20 +96,3 @@ commands =
9696
-pre-commit autoupdate
9797
git diff --exit-code
9898
env_dir = {toxworkdir}/lint
99-
100-
[testenv:clean]
101-
description = Erase coverage data
102-
skip_install = true
103-
deps =
104-
coverage[toml]
105-
commands =
106-
coverage erase
107-
108-
[testenv:report]
109-
description = Produce coverage report
110-
skip_install = true
111-
deps =
112-
coverage[toml]
113-
commands =
114-
coverage report
115-
cat .tox/.tmp/.mypy/index.txt

0 commit comments

Comments
 (0)