Skip to content

Commit

Permalink
Merge branch 'latest' into net
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Sep 25, 2024
2 parents 71e9b7e + 6c27bf0 commit f9654e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ analyze() {
fi

if [ -s "${LCOV_FILE}" ]; then
lcov --branch-coverage --summary "${LCOV_FILE}" > "${LCOV_TXT}" || true
lcov --branch-coverage --summary "${LCOV_FILE}" | tee "${LCOV_TXT}" || true
fi

echo -ne "${COLOR_RESET}"
Expand Down

0 comments on commit f9654e5

Please sign in to comment.