Skip to content

Commit

Permalink
Revert "update coverage"
Browse files Browse the repository at this point in the history
This reverts commit 147f0a4.
  • Loading branch information
Lynskylate committed Jul 12, 2024
1 parent 4417d68 commit 2470e6e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@ mkdir -p ${OUTPUT_DIR}

COVERAGE_DATA="${OUTPUT_DIR}/coverage.dat"
cp bazel-out/_coverage/_coverage_report.dat "${COVERAGE_DATA}"
if [[ -f $COVERAGE_DATA ]]; then
echo "Coverage data is in ${COVERAGE_DATA}"
else
echo "Coverage data not found in ${COVERAGE_DATA}"
exit 1
fi

echo "Generating report..."

genhtml --title ${PROJECT} --ignore-errors "source" ${COVERAGE_DATA} -o "${OUTPUT_DIR}"
Expand Down

0 comments on commit 2470e6e

Please sign in to comment.