File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ do-test:
122122 env ${TT_VAR} sh -x ./scripts/do-test-run.sh
123123ifdef CI_COVERAGE
124124 mkdir digger_lcov
125- if [ $(CC) = "gcc" ]; then GCOV_CMD="gcov"; else GCOV_CMD="llvm-cov gcov"; fi; \
125+ if [ $(CC) = "gcc" ]; then GCOV_CMD="gcov"; else GCOV_CMD="llvm-cov gcov"; llvm-cov --version; fi; \
126126 lcov --directory . --capture --output-file digger_lcov/digger.info \
127127 --gcov-tool "$${GCOV_CMD}"
128128endif
@@ -133,7 +133,7 @@ do-test-cmake:
133133 env ${TT_VAR} sh -x ./scripts/do-test-run.sh
134134ifdef CI_COVERAGE
135135 mkdir digger_lcov
136- if [ $(CC) = "gcc" ]; then GCOV_CMD="gcov"; else GCOV_CMD="llvm-cov gcov"; fi; \
136+ if [ $(CC) = "gcc" ]; then GCOV_CMD="gcov"; else GCOV_CMD="llvm-cov gcov"; llvm-cov --version; fi; \
137137 lcov --directory . --capture --output-file digger_lcov/digger.info \
138138 --gcov-tool "$${GCOV_CMD}"
139139endif
You can’t perform that action at this time.
0 commit comments