From 42aff7709a1f9eafc434e2d994c7283b26d9820f Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 1 Aug 2022 06:34:47 +0900 Subject: [PATCH] Revert "ci: Switch to using Gcovr instead of LCOV" This reverts commit 2edebe3b674d364430981771cb402e8a1a412e45. It turned out that neither Gcovr supports LCOV output format that Coveralls GH action requires, nor Coveralls GH action supports JSON format produced by gcovr --coveralls. Signed-off-by: Daiki Ueno --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 8f32bffbd..43ca8a7ba 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -5,5 +5,5 @@ MAINTAINER Daiki Ueno RUN dnf -y update RUN dnf -y install 'dnf-command(builddep)' RUN dnf -y builddep 'p11-kit' -RUN dnf install -y gettext-devel git libtool make opensc openssl valgrind meson ninja-build bash-completion gcovr python-pip libasan libubsan clang-analyzer mingw64-gcc mingw64-libffi mingw64-libtasn1 wine cppcheck +RUN dnf install -y gettext-devel git libtool make opensc openssl valgrind meson ninja-build bash-completion lcov python-pip libasan libubsan clang-analyzer mingw64-gcc mingw64-libffi mingw64-libtasn1 wine cppcheck RUN dnf clean all