summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-10-26 12:25:59 +0300
committerGitHub <noreply@github.com>2021-10-26 12:25:59 +0300
commit2b0a1e72b82b1706ae8f9939dab0ddd62efe413f (patch)
tree6d9f09197fa25a1c4a8144793561d681dda36d00 /tox.ini
parent20f71abcbf9af4d628c2e1ae1ad07457f8f31bef (diff)
downloadredis-py-2b0a1e72b82b1706ae8f9939dab0ddd62efe413f.tar.gz
re-enabling codecov as part of CI process (#1646)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7d79d38..67b7e75 100644
--- a/tox.ini
+++ b/tox.ini
@@ -86,7 +86,7 @@ docker =
extras =
hiredis: hiredis
commands =
- pytest -W always {posargs}
+ pytest --cov=./ --cov-report=xml -W always {posargs}
[testenv:devenv]
skipsdist = true