diff --git a/.coveragerc b/.coveragerc index 1dc7a660..44759e3c 100644 --- a/.coveragerc +++ b/.coveragerc @@ -23,6 +23,9 @@ branch = true cover_pylib = false # https://coverage.rtfd.io/en/latest/contexts.html#dynamic-contexts # dynamic_context = test_function # conflicts with `pytest-cov` if set here +# FIXME: drop `omit` post https://github.com/nedbat/coveragepy/issues/1869 fix +omit = + .tox/** parallel = true plugins = covdefaults