| /third_party/gstreamer/gstplugins_good/common/coverage/ |
| D | lcov.mak | 2 .PHONY: lcov-reset lcov lcov-run lcov-report lcov-upload lcov-clean 4 # run lcov from scratch, always 5 lcov-reset: 6 $(MAKE) lcov-run 7 $(MAKE) lcov-report 9 # run lcov from scratch if the dir is not there 10 lcov: target 11 $(MAKE) lcov-reset 14 # reset lcov stats 15 lcov-clean: [all …]
|
| /third_party/gstreamer/gstplugins_bad/common/coverage/ |
| D | lcov.mak | 2 .PHONY: lcov-reset lcov lcov-run lcov-report lcov-upload lcov-clean 4 # run lcov from scratch, always 5 lcov-reset: 6 $(MAKE) lcov-run 7 $(MAKE) lcov-report 9 # run lcov from scratch if the dir is not there 10 lcov: target 11 $(MAKE) lcov-reset 14 # reset lcov stats 15 lcov-clean: [all …]
|
| /third_party/gstreamer/gstreamer/common/coverage/ |
| D | lcov.mak | 2 .PHONY: lcov-reset lcov lcov-run lcov-report lcov-upload lcov-clean 4 # run lcov from scratch, always 5 lcov-reset: 6 $(MAKE) lcov-run 7 $(MAKE) lcov-report 9 # run lcov from scratch if the dir is not there 10 lcov: target 11 $(MAKE) lcov-reset 14 # reset lcov stats 15 lcov-clean: [all …]
|
| /third_party/gstreamer/gst_libav/common/coverage/ |
| D | lcov.mak | 2 .PHONY: lcov-reset lcov lcov-run lcov-report lcov-upload lcov-clean 4 # run lcov from scratch, always 5 lcov-reset: 6 $(MAKE) lcov-run 7 $(MAKE) lcov-report 9 # run lcov from scratch if the dir is not there 10 lcov: target 11 $(MAKE) lcov-reset 14 # reset lcov stats 15 lcov-clean: [all …]
|
| /third_party/gstreamer/gstplugins_base/common/coverage/ |
| D | lcov.mak | 2 .PHONY: lcov-reset lcov lcov-run lcov-report lcov-upload lcov-clean 4 # run lcov from scratch, always 5 lcov-reset: 6 $(MAKE) lcov-run 7 $(MAKE) lcov-report 9 # run lcov from scratch if the dir is not there 10 lcov: target 11 $(MAKE) lcov-reset 14 # reset lcov stats 15 lcov-clean: [all …]
|
| /third_party/popt/ |
| D | Makefile.am | 89 .PHONY: lcov-reset # run lcov from scratch, always 90 lcov-reset: 91 make lcov-run 92 make lcov-report 94 .PHONY: lcov # run lcov from scratch if the dir is not there 95 lcov: target 96 make lcov-reset 98 .PHONY: lcov-run # reset run coverage tests 99 lcov-run: 100 @-rm -rf lcov [all …]
|
| /third_party/boost/libs/yap/test/ |
| D | CMakeLists.txt | 106 rm -rf ${coverage_gcda_files} lcov-all.info lcov.info output 114 …lcov --directory . --base-directory . --gcov-tool ${CMAKE_SOURCE_DIR}/llvm-gcov.sh --capture -o lc… 116 …lcov -e lcov-all.info ${CMAKE_SOURCE_DIR}/include/boost/yap/* ${CMAKE_SOURCE_DIR}/include/boost/ya… 118 genhtml lcov.info -o output 123 rm -rf ${coverage_gcda_files} lcov-all.info lcov.info output 131 lcov --directory . --base-directory . --capture -o lcov-all.info 133 …lcov -e lcov-all.info ${CMAKE_SOURCE_DIR}/include/boost/yap/* ${CMAKE_SOURCE_DIR}/include/boost/ya… 135 genhtml lcov.info -o output
|
| /third_party/glib/.gitlab-ci/ |
| D | test-msys2.sh | 27 curl -O -J -L "https://github.com/linux-test-project/lcov/releases/download/v1.14/lcov-1.14.tar.gz" 28 echo "14995699187440e0ae4da57fe3a64adc0a3c5cf14feab971f8db38fb7d8f071a lcov-1.14.tar.gz" | sha256s… 29 tar -xzf lcov-1.14.tar.gz 30 LCOV="$(pwd)/lcov-1.14/bin/lcov" 45 # FIXME: lcov doesn't support gcc9 yet: 46 # https://github.com/linux-test-project/lcov/issues/58 47 #"${LCOV}" \ 53 # --output-file "${DIR}/_coverage/${CI_JOB_NAME}-baseline.lcov" 65 #"${LCOV}" \ 70 # --output-file "${DIR}/_coverage/${CI_JOB_NAME}.lcov"
|
| D | coverage-docker.sh | 6 python3 ./.gitlab-ci/fixup-cov-paths.py _coverage/*.lcov 8 for path in _coverage/*.lcov; do 10 lcov --config-file .gitlab-ci/lcovrc -r "${path}" '*/_build/*' -o "$(pwd)/${path}" 12 lcov --config-file .gitlab-ci/lcovrc -e "${path}" "$(pwd)/*" -o "$(pwd)/${path}" 18 _coverage/*.lcov \ 22 rm -f *.lcov
|
| /third_party/boringssl/src/util/ |
| D | generate-coverage.sh | 22 LCOV=$(mktemp -d '/tmp/boringssl-lcov.XXXXXX') 25 LCOV=$(readlink -f "$1") 26 mkdir -p "$LCOV" 40 util/generate-asm-lcov.py "$BUILD/callgrind" "$BUILD" > "$BUILD/asm.info" 47 cd "$LCOV" 48 lcov -c -d "$BUILD" -b "$BUILD" -o "$BUILD/lcov.info" 49 lcov -r "$BUILD/lcov.info" -o "$BUILD/filtered.info" "*_test.c" "*_test.cc" "*/third_party/googlete…
|
| /third_party/boost/libs/beast/tools/ |
| D | build-and-test.sh | 139 # for lcov to work effectively, the paths and includes 142 lcov --version 145 lcov --no-external -c -i -d "$BOOST_ROOT" -o baseline.info > /dev/null 147 # https://bugs.launchpad.net/ubuntu/+source/lcov/+bug/1163758 148 lcov --no-external -c -d "$BOOST_ROOT" -o testrun-all.info > /dev/null 2>&1 149 lcov -a baseline.info -a testrun-all.info -o lcov-diff.info > /dev/null 150 lcov -e "lcov-diff.info" "$INC_DIR/*" -o lcov.info > /dev/null 151 lcov --remove "lcov.info" "$INC_DIR/_experimental/*" -o lcov.info > /dev/null 152 ~/.local/bin/codecov -X gcov -f lcov.info
|
| /third_party/boost/libs/static_string/tools/ |
| D | codecov.sh | 27 # lcov after 1.14 needs this 30 # install the latest lcov we know works 32 rm -rf /tmp/lcov 34 git clone -b v1.14 https://github.com/linux-test-project/lcov.git 35 export PATH=/tmp/lcov/bin:$PATH 36 which lcov 37 lcov --version 48 lcov --gcov-tool=$GCOV --rc lcov_branch_coverage=0 --base-directory "$BOOST_ROOT/libs/$SELF" --dire… 55 xargs -L 999999 -a /tmp/interesting lcov --gcov-tool=$GCOV --rc lcov_branch_coverage=1 --extract al… 58 lcov --gcov-tool=$GCOV --rc lcov_branch_coverage=1 --list coverage.info
|
| /third_party/boost/libs/histogram/tools/ |
| D | cov.sh | 19 LCOV_DIR="tools/lcov-${LCOV_VERSION}" 23 …curl -L https://github.com/linux-test-project/lcov/releases/download/v${LCOV_VERSION}/lcov-${LCOV_… 28 # LCOV="${LCOV_DIR}/bin/lcov --gcov-tool=${GCOV} --rc lcov_branch_coverage=1" 29 LCOV="${LCOV_DIR}/bin/lcov --gcov-tool=${GCOV}" 32 $LCOV --base-directory `pwd` \ 37 $LCOV --extract coverage.info "*/boost/histogram/*" --output-file coverage.info
|
| /third_party/harfbuzz/m4/ |
| D | ax_code_coverage.m4 | 114 AC_CHECK_PROG([LCOV], [lcov], [lcov]) 117 AS_IF([ test -z "$LCOV" ], [ 118 AC_MSG_ERROR([To enable code coverage reporting you must have lcov installed]) 122 AC_MSG_ERROR([Could not find genhtml from the lcov package]) 144 …$(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE… 145 …$(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE… 154 -$(LCOV) --directory $(top_builddir) -z 174 # by lcov for code coverage. (Default: 182 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov 184 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov [all …]
|
| /third_party/gstreamer/gstplugins_base/ |
| D | Makefile.in | 203 $(top_srcdir)/common/coverage/lcov.mak \ 667 …mon/release.mak $(top_srcdir)/common/po.mak $(top_srcdir)/common/coverage/lcov.mak $(top_srcdir)/c… 689 $(top_srcdir)/common/release.mak $(top_srcdir)/common/po.mak $(top_srcdir)/common/coverage/lcov.mak… 1217 .PHONY: lcov-reset lcov lcov-run lcov-report lcov-upload lcov-clean 1219 # run lcov from scratch, always 1220 lcov-reset: 1221 $(MAKE) lcov-run 1222 $(MAKE) lcov-report 1224 # run lcov from scratch if the dir is not there 1225 lcov: [all …]
|
| /third_party/gstreamer/gstplugins_good/ |
| D | Makefile.in | 204 $(top_srcdir)/common/coverage/lcov.mak \ 680 …mon/release.mak $(top_srcdir)/common/po.mak $(top_srcdir)/common/coverage/lcov.mak $(top_srcdir)/c… 702 $(top_srcdir)/common/release.mak $(top_srcdir)/common/po.mak $(top_srcdir)/common/coverage/lcov.mak… 1230 .PHONY: lcov-reset lcov lcov-run lcov-report lcov-upload lcov-clean 1232 # run lcov from scratch, always 1233 lcov-reset: 1234 $(MAKE) lcov-run 1235 $(MAKE) lcov-report 1237 # run lcov from scratch if the dir is not there 1238 lcov: [all …]
|
| /third_party/gstreamer/gst_libav/common/ |
| D | check.mak | 103 %.lcov-reset: 104 $(MAKE) $*.lcov-run 105 $(MAKE) $*.lcov-report 107 %.lcov: % 108 $(MAKE) $*.lcov-reset 111 %.lcov-clean: 112 $(MAKE) -C $(top_builddir) lcov-clean 114 %.lcov-run: 115 $(MAKE) $*.lcov-clean 118 %.lcov-report: [all …]
|
| /third_party/gstreamer/gstplugins_bad/common/ |
| D | check.mak | 103 %.lcov-reset: 104 $(MAKE) $*.lcov-run 105 $(MAKE) $*.lcov-report 107 %.lcov: % 108 $(MAKE) $*.lcov-reset 111 %.lcov-clean: 112 $(MAKE) -C $(top_builddir) lcov-clean 114 %.lcov-run: 115 $(MAKE) $*.lcov-clean 118 %.lcov-report: [all …]
|
| /third_party/gstreamer/gstplugins_good/common/ |
| D | check.mak | 103 %.lcov-reset: 104 $(MAKE) $*.lcov-run 105 $(MAKE) $*.lcov-report 107 %.lcov: % 108 $(MAKE) $*.lcov-reset 111 %.lcov-clean: 112 $(MAKE) -C $(top_builddir) lcov-clean 114 %.lcov-run: 115 $(MAKE) $*.lcov-clean 118 %.lcov-report: [all …]
|
| /third_party/gstreamer/gstplugins_base/common/ |
| D | check.mak | 103 %.lcov-reset: 104 $(MAKE) $*.lcov-run 105 $(MAKE) $*.lcov-report 107 %.lcov: % 108 $(MAKE) $*.lcov-reset 111 %.lcov-clean: 112 $(MAKE) -C $(top_builddir) lcov-clean 114 %.lcov-run: 115 $(MAKE) $*.lcov-clean 118 %.lcov-report: [all …]
|
| /third_party/gstreamer/gstreamer/common/ |
| D | check.mak | 103 %.lcov-reset: 104 $(MAKE) $*.lcov-run 105 $(MAKE) $*.lcov-report 107 %.lcov: % 108 $(MAKE) $*.lcov-reset 111 %.lcov-clean: 112 $(MAKE) -C $(top_builddir) lcov-clean 114 %.lcov-run: 115 $(MAKE) $*.lcov-clean 118 %.lcov-report: [all …]
|
| /third_party/gstreamer/gstreamer/ |
| D | Makefile.in | 234 $(srcdir)/stamp.h.in $(top_srcdir)/common/coverage/lcov.mak \ 653 …mon/release.mak $(top_srcdir)/common/po.mak $(top_srcdir)/common/coverage/lcov.mak $(top_srcdir)/c… 675 $(top_srcdir)/common/release.mak $(top_srcdir)/common/po.mak $(top_srcdir)/common/coverage/lcov.mak… 1304 .PHONY: lcov-reset lcov lcov-run lcov-report lcov-upload lcov-clean 1306 # run lcov from scratch, always 1307 lcov-reset: 1308 $(MAKE) lcov-run 1309 $(MAKE) lcov-report 1311 # run lcov from scratch if the dir is not there 1312 lcov: [all …]
|
| /third_party/boost/libs/test/test/ |
| D | gen_coverage.sh | 3 which lcov 1>/dev/null 2>&1 6 echo "You need to have lcov installed in order to generate the test coverage report" 14 lcov --base-directory . --directory ../../../bin.v2/libs/test/test/runtime-param-test.test/gcc-4.9.… 15 lcov --remove runtime-param-test.info "/usr*" -o runtime-param-test.info # remove output for extern… 16 lcov --remove runtime-param-test.info "boost" "/boost/c*" "/boost/d*" "/boost/e*" "/boost/f*" "…
|
| /third_party/gstreamer/gstplugins_bad/ |
| D | Makefile.in | 201 $(top_srcdir)/common/coverage/lcov.mak \ 884 …mon/release.mak $(top_srcdir)/common/po.mak $(top_srcdir)/common/coverage/lcov.mak $(top_srcdir)/c… 906 $(top_srcdir)/common/release.mak $(top_srcdir)/common/po.mak $(top_srcdir)/common/coverage/lcov.mak… 1434 .PHONY: lcov-reset lcov lcov-run lcov-report lcov-upload lcov-clean 1436 # run lcov from scratch, always 1437 lcov-reset: 1438 $(MAKE) lcov-run 1439 $(MAKE) lcov-report 1441 # run lcov from scratch if the dir is not there 1442 lcov: [all …]
|
| /third_party/json/test/thirdparty/fastcov/ |
| D | README.md | 4 …tor such as lcov's genhtml, or a dedicated front end such as coveralls. fastcov was originally des… 6 Currently the only intermediate formats supported are gcov json format and lcov info format. Adding… 26 $ fastcov.py --exclude /usr/include --lcov -o report.info 38 Anecdotal testing on my own projects indicate that fastcov is over 100x faster than lcov and over 3… 45 - lcov: ~90s
|