diff --git a/pyproject.toml b/pyproject.toml index 4dc5e597..830f779f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ version = {file = "VERSION"} fail_under = 90 [tool.coverage.run] -branch = true +branch = false omit = [ "*mypy.py" ] diff --git a/tox.ini b/tox.ini index c48d8dd5..7e5eee39 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ commands= --durations=10 \ xdist: -n auto \ cov: --e3-cov-rewrite {envsitepackagesdir} src \ - cov: --cov {envsitepackagesdir}/e3/ --cov-branch \ + cov: --cov {envsitepackagesdir}/e3/ \ [] codecov: codecov