summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsitkevij <1553398+sitkevij@users.noreply.github.com>2020-11-07 17:22:11 -0800
committersitkevij <1553398+sitkevij@users.noreply.github.com>2020-11-07 17:22:11 -0800
commitfe166b07d82146e9f305a91cf1c32aa0961d34e4 (patch)
treed102711d1685732920a2088ffeef9d9e9b7168ed /Makefile
parentd333b306812c35dee615542a4edff451b2b7d50a (diff)
#44 add tarpaulin support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f1d1df..69a5695 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,11 @@ release: test
test:
cargo test --verbose --all -- --nocapture
+tarpaulin:
+ # use docker as tarpaulin only supports x86_64 processors running linux
+ docker run --security-opt seccomp=unconfined -v "${PWD}:/volume" xd009642/tarpaulin
+ open tarpaulin-report.html
+
grcov:
# grcov requires rust nightly for now
rm -rf target/debug/