Skip to content
Commit 90181295 authored by Michael Platings's avatar Michael Platings
Browse files

Track combined line and branch coverage

Many files rightly have zero branches and therefore do not contribute to
the branch coverage number. To take both line and branch coverage into
account, multiply the two numbers together.

Branch coverage of test files is unimportant. Although it would be nice
to track test code with only line coverage, the resulting system would
lead to too much confusion. Therefore simply exclude test code from the
coverage report.
parent 09897401
Loading
Loading
Loading
Pipeline #6371 passed with stages
in 10 minutes and 38 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment