mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-07 20:45:53 +00:00
9 lines
132 B
Bash
Executable File
9 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#
|
|
# cargo install cargo-tarpaulin
|
|
#
|
|
|
|
set -e
|
|
|
|
cargo tarpaulin --exclude-files nodejs wasm parser/mod.rs -v --all |