chore_: archive test coverage result as artifact (#5280)
This commit is contained in:
parent
bf78c15e6f
commit
12dfe285d7
|
@ -132,6 +132,7 @@ pipeline {
|
|||
]) {
|
||||
nix.shell('make test-unit V=1', pure: false)
|
||||
}
|
||||
archiveArtifacts('c.out')
|
||||
}
|
||||
} }
|
||||
post { cleanup { /* Leftover DB containers. */
|
||||
|
|
Loading…
Reference in New Issue