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
Coverage report nodes are meant to provide global coverage percentages
for a while `kbuild`, aggregating the results from individual test jobs.
As such, they shouldn't be sent to KCIDB as nodes, but rather parsed in
order to submit an updated build node which includes the functions/lines
coverage percentages as misc fields.
Add a new processing function for such nodes, which are of kind
`process` and are named `coverage-report-<arch>`.
Signed-off-by: Arnaud Ferraris <[email protected]>
0 commit comments