From f1c4328327d04617414968f10f4a6d236cb487c5 Mon Sep 17 00:00:00 2001 From: Mike <22396211+Dresdn@users.noreply.github.com> Date: Thu, 17 Jun 2021 17:13:35 -0700 Subject: [PATCH] chore: correct exclusion description --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 51fb2aa..64e93b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -94,9 +94,7 @@ addopts = [coverage:run] -# Why do we exclude this file from coverage? -# Because coverage is not calculated correctly for pytest plugins. -# And we completely test it anyway. +# Exclude tox output from coverage calculation omit = */.tox/* [coverage:report]