Merge pull request 'Some more tests' (#50) from some-more-tests into main
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good

Reviewed-on: #50
This commit is contained in:
Robin Müller 2023-12-07 11:00:03 +01:00
commit 5112338263
2 changed files with 1 additions and 0 deletions

View File

@ -64,6 +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 test --all-features'
sh 'grcov . -s . --binary-path ./target/debug -t html --branch --ignore-not-existing -o ./target/debug/coverage/'
sshagent(credentials: ['documentation-buildfix']) {

0
mod.rs
View File