Suppress "Combined data file" etc · Issue #1254 · nedbat/coveragepy (original) (raw)

With coverage version 6+ our test framework started outputting;

Lot's of; Combined data file .coverage.DESKTOP-G28B0IU.9900.358097
and Wrote HTML report to htmlcov\index.html

The Coverage constructor has a message parameter to suppress this, the CoverageScript::command_line however unconditionally sets this message parameter to True.

Please provide a way to suppress these messages via the command line or configuration.

Running; Coverage.py, version 6.0.2 with C extension