Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW] integration tests and tests coverage script #48

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sgoia
Copy link

@sgoia sgoia commented Oct 26, 2023

NOTE: we need to install grcov and llvm-tools-preview for test coverage cargo install grcov rustup component add llvm-tools-preview

NEW integration test files added:
./tests/common/mod.rs
./tests/simple_tests.rs
./tests/simple_silo_tests.rs
./tests/advanced_tests.rs

./scripts/tests-coverage.sh added to automate build test and tests coverage files as html and lcov formats

rust-toolchain updated to version 1.72.0

sgoia and others added 2 commits October 26, 2023 21:35
NOTE: we need to install grcov and llvm-tools-preview for test coverage cargo install grcov
rustup component add llvm-tools-preview

NEW integration test files added:
./tests/common/mod.rs
./tests/simple_tests.rs
./tests/simple_silo_tests.rs
./tests/advanced_tests.rs

./scripts/tests-coverage.sh added to automate build test and tests coverage files as html and lcov formats

rust-toolchain updated to version 1.72.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants