From 062321cfe042548010bae8dd4f22ad5d47af4fbd Mon Sep 17 00:00:00 2001 From: bradh352 Date: Mon, 20 Dec 2021 17:16:07 -0500 Subject: [PATCH] code coverage had gotten disabled --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 537ab983..cca4dd33 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,6 +14,7 @@ task: BUILD_UBSAN: "yes" BUILD_LSAN: "yes" BUILD_VALGRIND: "yes" + BUILD_COVERAGE: "yes" container: image: debian:latest - name: "Debian arm64"