Build with the map feature when collecting code coverage.
This commit is contained in:
parent
9e0d5855f0
commit
5d823762d7
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash -e
|
#!/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=(
|
LCOVOPTS=(
|
||||||
--gcov-tool llvm-gcov
|
--gcov-tool llvm-gcov
|
||||||
|
|
Loading…
Reference in New Issue