fix(base64): coverage

This commit is contained in:
2024-09-26 20:05:38 +03:00
parent b0e645679d
commit 8da5ce49ef
3 changed files with 28 additions and 18 deletions

View File

@ -83,6 +83,7 @@ docs:
doxygen Doxyfile
cover: ${DIRS} ${patsubst %, ${BINDIR}/%${-g}-cov, ${TESTS}}
rm -f **/*.gcda
${patsubst %, ./${BINDIR}/%${-g}-cov;, ${TESTS}}
gcovr --html-nested cov/index.html --txt --exclude-throw-branches