Skip to content

Let TestCov results include total number of tests for each given suite

Only works with TestCov 3.6 or later, so it depends on archives-2022!53 (closed) .

We get the information from debug output. The final result output would also show the total number of tests, but we are not guaranteed to get that far because TestCov may be killed when the hard timelimit is reached. Debug output is shown before any test execution, so it is almost certain that execution gets to that point.

Edited by Thomas Lemberger

Merge request reports