From 67964ad51584efd3c82f5359b8bdd1d36e1525a6 Mon Sep 17 00:00:00 2001 From: Dr-Blank <64108942+Dr-Blank@users.noreply.github.com> Date: Sun, 22 Oct 2023 01:05:51 -0400 Subject: [PATCH] make tox generate coverage --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e4b5c3d..5c0fa95 100644 --- a/tox.ini +++ b/tox.ini @@ -5,9 +5,10 @@ envlist = py{310,311}, pylint, mypy, flake8 [testenv] deps = pytest + pytest-cov vcrpy commands = - pytest + pytest --cov [testenv:pylint] basepython = python3.11