diff options
| author | Cary Converse <converse@battelle.org> | 2020-03-29 11:28:02 -0400 |
|---|---|---|
| committer | Cary Converse <cconverse711@gmail.com> | 2020-06-17 23:02:50 -0400 |
| commit | a198e5d191820fda9142d248cd5d134e5f2a5b93 (patch) | |
| tree | 3bd671071afd17576389af351e26d33d9544406a /ci/ciimage/fedora | |
| parent | 804cefc94cd334fccccdf3015eb0b3f589f87515 (diff) | |
| download | meson-a198e5d191820fda9142d248cd5d134e5f2a5b93.tar.gz | |
coverage: llvm-cov support
Diffstat (limited to 'ci/ciimage/fedora')
| -rwxr-xr-x | ci/ciimage/fedora/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
