parser code coverage

This commit is contained in:
freestrings
2019-06-20 17:22:46 +09:00
parent ad47444b7a
commit c19c75dac5
4 changed files with 111 additions and 88 deletions

9
coverage.sh Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
#
# cargo install cargo-tarpaulin
#
set -e
cargo tarpaulin --exclude-files nodejs wasm parser/mod.rs -v --all