flacoco icon indicating copy to clipboard operation
flacoco copied to clipboard

Logging

Open martinezmatias opened this issue 4 years ago • 1 comments

When I change the log level in Astor to Debug, Flacoco (or TestRunner) prints the coverage results. The large amount of info printed produces that I cannot continue with the debugging.

The problem is in: DEBUG CoverageRunner OnlineCoveredTestResultPerTestMethodImpl

martinezmatias avatar Sep 28 '21 07:09 martinezmatias

This is true for large projects, since we output the entire coverage result per test at the debug level.

We should, instead, output it to a file.

andre15silva avatar Sep 28 '21 08:09 andre15silva