chore_: archive test coverage result as artifact (#5280)

This commit is contained in:
Igor Sirotin 2024-06-03 17:31:27 +01:00 committed by GitHub
parent bf78c15e6f
commit 12dfe285d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ pipeline {
]) {
nix.shell('make test-unit V=1', pure: false)
}
archiveArtifacts('c.out')
}
} }
post { cleanup { /* Leftover DB containers. */