From c25154fa6d5afa9a6791977b88f257f93d38c3c8 Mon Sep 17 00:00:00 2001 From: Tibor Leupold Date: Thu, 28 Dec 2023 15:03:23 -0800 Subject: [PATCH] Add coverage comment --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index ae362c8..edccaf9 100644 --- a/tox.ini +++ b/tox.ini @@ -33,6 +33,7 @@ basepython = python3.11: python3.11 deps = + # Coverage is required here (even though it's in pyproject.toml) to make it work on GitHub Actions coverage django3.2: Django>=3.2,<4.0