Reports in this directory are generated with: git clone https://pagure.io/gfs2-utils.git cd gfs2-utils ./autogen.sh ./configure --enable-gcov make check lcov --directory gfs2 --no-external --exclude '*/check_*.c' -c -o gfs2-utils.info mkdir -p ~/gfs2-utils-coverage genhtml -o ~/gfs2-utils-coverage/$(date +%y%m%d) --ignore-errors unmapped gfs2-utils.info