Try using source-based code coverage

This commit is contained in:
Noah
2021-04-21 19:19:03 -05:00
parent c88d935ca0
commit a0b8b9e193
2 changed files with 14 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ get_crate_name() {
case $(get_crate_name "$@") in
rustpython_*|rustpython)
EXTRA=(-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests) # -Cpanic=abort
EXTRA=(-Zinstrument-coverage)
;;
*) EXTRA=() ;;