From 0c26262326e2b0f47fff620ef52070da3da6ef3b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 27 Dec 2022 20:03:25 -0500 Subject: [PATCH] this fixes the coverage reporting --- pyproject.toml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a643d29c..00e1be71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,7 @@ version.source = "vcs" html.show_contexts = true html.skip_covered = false paths.source = ["src", ".tox/*/lib/*/site-packages", ".tox\\*\\Lib\\site-packages", "**/src", "**\\src"] +paths.other = [".", "*/platformdirs", "*\\platformdirs"] report.fail_under = 76 run.parallel = true run.plugins = ["covdefaults"] diff --git a/tox.ini b/tox.ini index fc75ad2a..e63ab67f 100644 --- a/tox.ini +++ b/tox.ini @@ -66,7 +66,7 @@ setenv = skip_install = true deps = covdefaults>=2.2.2 - coverage>=7.0.1 + coverage[toml]>=7.0.1 diff-cover>=7.3 extras = parallel_show_output = true