From 5d823762d7b7343dade1e075fc6caebbb2f3e01b Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 5 Jan 2018 20:01:54 +0000 Subject: [PATCH] Build with the map feature when collecting code coverage. --- coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coverage.sh b/coverage.sh index 7a84b2f..03e3796 100755 --- a/coverage.sh +++ b/coverage.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -cargo rustc -- --test -C link-dead-code -Z profile -Z no-landing-pads +cargo rustc --features map -- --test -C link-dead-code -Z profile -Z no-landing-pads LCOVOPTS=( --gcov-tool llvm-gcov