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]