summaryrefslogtreecommitdiffstats
path: root/vendor/jsonpath_lib/coverage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/jsonpath_lib/coverage.sh')
-rwxr-xr-xvendor/jsonpath_lib/coverage.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/jsonpath_lib/coverage.sh b/vendor/jsonpath_lib/coverage.sh
new file mode 100755
index 000000000..7fbc9e145
--- /dev/null
+++ b/vendor/jsonpath_lib/coverage.sh
@@ -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 \ No newline at end of file