Skip to content

Commit

Permalink
Merge branch 'master' into rm-global-timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <[email protected]>
  • Loading branch information
vvbandeira authored Nov 21, 2024
2 parents fde52dc + af95d91 commit 98a29ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jenkins/Jenkinsfile.coverage
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ node {
]);
}
}

stage('Save Artifacts') {
sh label: "Save code coverage results", script: "find . -name results -type d -exec tar zcvf code-coverage.tgz {} '+'";
archiveArtifacts artifacts: "code-coverage.tgz";
}

}

stage('Send Email Report') {
Expand Down

0 comments on commit 98a29ba

Please sign in to comment.