From 790a405f552259272b9103d7fca4186bdf84f38b Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 6 Nov 2023 10:23:03 -0500 Subject: [PATCH] MAINT: Add branch coverage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f28204f5bca..a57b18928d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,7 @@ ignore-decorators = [ [tool.pytest.ini_options] addopts = """--durations=20 --doctest-modules -ra --cov-report= --tb=short \ - --doctest-ignore-import-errors --junit-xml=junit-results.xml \ + --cov-branch --doctest-ignore-import-errors --junit-xml=junit-results.xml \ --ignore=doc --ignore=logo --ignore=examples --ignore=tutorials \ --ignore=mne/gui/_*.py --ignore=mne/icons --ignore=tools \ --ignore=mne/report/js_and_css \