From a198e5d191820fda9142d248cd5d134e5f2a5b93 Mon Sep 17 00:00:00 2001 From: Cary Converse Date: Sun, 29 Mar 2020 11:28:02 -0400 Subject: coverage: llvm-cov support --- ci/ciimage/fedora/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/ciimage/fedora') diff --git a/ci/ciimage/fedora/install.sh b/ci/ciimage/fedora/install.sh index f61d97e01..3beb11cf0 100755 --- a/ci/ciimage/fedora/install.sh +++ b/ci/ciimage/fedora/install.sh @@ -21,7 +21,7 @@ dnf -y upgrade # Install deps dnf -y install "${pkgs[@]}" -python3 -m pip install hotdoc gobject PyGObject +python3 -m pip install hotdoc gcovr gobject PyGObject # Cleanup dnf -y clean all -- cgit v1.2.3