Guard against a division by zero when reporting test results

I got a division by zero error when I added a new and empty test suite. It turns out that the division assumes the denominator is non zero and that assumption is violated by an empty test suite.

Merge request reports

Loading