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
Pipeline
#6371
passed
with stages
in
10 minutes and 38 seconds
Loading
Please register or sign in to comment