Skip to content

Commit

Permalink
Revert "ci: Switch to using Gcovr instead of LCOV"
Browse files Browse the repository at this point in the history
This reverts commit 2edebe3.

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 <ueno@gnu.org>
  • Loading branch information
ueno committed Aug 1, 2022
1 parent 2edebe3 commit 42aff77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Expand Up @@ -5,5 +5,5 @@ MAINTAINER Daiki Ueno <ueno@gnu.org>
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

0 comments on commit 42aff77

Please sign in to comment.