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
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
ci: ensure we always get the test results even if they fail
The previous strucuture meant that a failure skipped the result extraction.
I considered switching to using `-v` to mount the output dirs to the host, but
this would result in root owned files. Instead I split the `Makefile` target
into two parts which the CI can call independently, the original target remains
with the same overall behaviour for end user use.
Signed-off-by: Ian Campbell <[email protected]>
# coverage is split in two like this so that CI can extract the results even on failure (which will be detected via the junit) using the individual steps, but for end users running we want the overall failure.
0 commit comments