Having branch coverage information helps when trying to address issues like #698 and #629 (where we used it to find places to test).
This PR adds the --branch option to coverage run in tox.ini commands.
Possible downsides: test run time will likely increase, coverage numbers will probably go down. Still, the difference should not be huge and it will help improving coverage in the long term.
Having branch coverage information helps when trying to address issues like #698 and #629 (where we used it to find places to test).
This PR adds the
--branch
option tocoverage run
in tox.ini commands.Possible downsides: test run time will likely increase, coverage numbers will probably go down. Still, the difference should not be huge and it will help improving coverage in the long term.