Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
if command -v gcov >/dev/null 2>&1; then echo "gcov is installed." else echo "gcov is not installed." && apt-get update && apt-get install -y gcovr fi displayName: Check if gcov is installed
- Loading branch information