mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-02 04:19:34 +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 |