mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 17:56:22 +00:00
feat: add code coverage support
- Add --enable-coverage option to configure.ac - Add coverage and coverage-html targets to Makefile.am - Add coverage CI job with Codecov upload - Add lcov to all Dockerfiles (arch, debian, fedora, tumbleweed, ubuntu) Usage: ./configure --enable-coverage make check make coverage-html
This commit is contained in:
@@ -13,6 +13,7 @@ RUN zypper --non-interactive in --no-recommends \
|
||||
ccache \
|
||||
gcc \
|
||||
git \
|
||||
lcov \
|
||||
glib2-devel \
|
||||
glibc-locale \
|
||||
gtk2-devel \
|
||||
|
||||
Reference in New Issue
Block a user