Skip to content

Commit

Permalink
coverage build
Browse files Browse the repository at this point in the history
  • Loading branch information
kthohr committed Jan 1, 2022
1 parent e7210af commit df99d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cov_check
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ if [[ "${SHOULD_RUN_COVERAGE}" == "y" ]]; then
$CCOV "$t" > /dev/null 2>&1
done

./pow.test > /dev/null 2>&1
$CCOV pow.cpp > /dev/null 2>&1
./exp.test > /dev/null 2>&1
$CCOV exp.cpp > /dev/null 2>&1
./log.test > /dev/null 2>&1
$CCOV log.cpp > /dev/null 2>&1
./pow.test > /dev/null 2>&1
$CCOV pow.cpp > /dev/null 2>&1
fi

0 comments on commit df99d21

Please sign in to comment.