Missing TOTAL line in report when omitting all but one file · Issue #732 · nedbat/coveragepy (original) (raw)

When I run coverage and omit all files bar the one file I am interested in, the report output does not include the TOTAL portion of the report or the separator.

This is therefore breaking the CI scripts that are being used to report on coverage.

If there are 2 files present after the omissions, then the separator and TOTAL rows are returned in the report.