coverage gutters extension comment

This commit is contained in:
Dull Bananas 2024-04-05 16:19:16 +00:00
parent b1a1398f7e
commit 1e2e208bf2

View file

@ -16,6 +16,8 @@ export LEMMY_CONFIG_LOCATION=../../config/config.hjson
export RUST_BACKTRACE=1
cargo install cargo-llvm-cov
# Create lcov.info file, which is used by things like the Coverage Gutters extension for VS Code
cargo llvm-cov --workspace --all-features --no-fail-fast --lcov --output-path lcov.info
# Add this to do printlns: -- --nocapture