From f91689ecc818ada89a6d06453aa14d9824a6c568 Mon Sep 17 00:00:00 2001 From: wayyoungboy <1017761807@qq.com> Date: Sun, 7 Jun 2026 07:15:35 +0800 Subject: [PATCH] Fix coverage omit test filename --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9a5bf6f..3e6548f 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ deps= coverage commands= coverage run -m pytest -v - coverage report --omit="*/.tox/*,*/test_functional_workflow.py" --fail-under=90 + coverage report --omit="*/.tox/*,*/test_functional_work_flow.py" --fail-under=90 usedevelop = True [testenv:linting]