You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output of `cov-format-errors --text-output-style multiline` outputs
two paragraphs per issue: the first paragraph mentions only the line
which triggered the issue, while the second paragraph includes a trace
of the analysis through which Coverity concluded that this is an issue.
Each paragraph is followed by a single blank line, which we count here.
Note that this does not rely on the output format being stable in the
long term; the count is merely needed during the transition period of
resolving the remaining issues, after which it may be replaced with a
check that the output of `cov-format-errors` is empty.
This provides the count for #245
0 commit comments