Merge pull request 'This magically fixes the upload' (#51) from cov-deployment into main
Rust/spacepackets/pipeline/head This commit looks good Details

Reviewed-on: #51
This commit is contained in:
Robin Müller 2023-12-07 13:50:21 +01:00
commit 6017de9ec7
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ pipeline {
steps {
withEnv(['RUSTFLAGS=-Cinstrument-coverage', 'LLVM_PROFILE_FILE=target/coverage/%p-%m.profraw']) {
echo "Executing tests with coverage"
sh 'cargo build --all-features'
sh 'cargo clean'
sh 'cargo test --all-features'
sh 'grcov . -s . --binary-path ./target/debug -t html --branch --ignore-not-existing -o ./target/debug/coverage/'
sshagent(credentials: ['documentation-buildfix']) {