From c45846819bf2183cb51d527f718bbfe07460e64f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 7 Dec 2023 11:04:58 +0100 Subject: [PATCH] this is weird --- automation/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index ec1f9c1..179b5d4 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -67,6 +67,7 @@ pipeline { sh 'cargo clear' sh 'cargo test --all-features' sh 'grcov . -s . --binary-path ./target/debug -t html --branch --ignore-not-existing -o ./target/debug/coverage/' + sh 'ls -lr ./target/debug/coverage/' sshagent(credentials: ['documentation-buildfix']) { // Deploy to Apache webserver sh 'rsync --mkpath -r --delete ./target/debug/coverage/ buildfix@documentation.irs.uni-stuttgart.de:/projects/spacepackets-rs/coverage/latest/'