Home
last modified time | relevance | path

Searched full:lcov (Results 1 – 16 of 16) sorted by relevance

/openthread-2.7.6/third_party/nlbuild-autotools/repo/automake/pre/macros/
Dcoverage.am28 NL_COVERAGE_BUNDLE_SUFFIX = .lcov
31 # Suffix for the lcov "info" file inside the code coverage report bundle.
41 nl__v_LCOV_0 = @echo " LCOV $(@)";
62 # Capture, using lcov, a coverage report from the specified directory 'directory'
65 # <directory> - The directory from which lcov should search for coverage data (*.gcno & *.gcda)
74 $(NL_V_LCOV)$(LCOV) $(NL_V_LCOV_FLAGS) --config-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.con…
75 $(NL_V_LCOV)$(LCOV) $(NL_V_LCOV_FLAGS) --config-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.con…
76 $(NL_V_LCOV)$(LCOV) $(NL_V_LCOV_FLAGS) --config-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.con…
77 …$(NL_V_GENHTML_FLAGS) --config-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.config" "$(@)" --ou…
83 # Capture, using lcov, a coverage report from the specified directory 'directory' and a filter 'rem…
[all …]
/openthread-2.7.6/third_party/nlbuild-autotools/repo/autoconf/m4/
Dnl_enable_coverage_reporting.m422 # reporting, using the LCOV package.
34 # without code coverage reports, using the LCOV package.
37 # addition, LCOV will be set to the path of the 'lcov' tool and GENHTML will be set to the path of…
53 # Check for the presence of lcov and genhtml, required
56 AC_PATH_PROG(LCOV, lcov)
63 …verage-reports],[Enable the generation of code coverage reports (requires lcov) @<:@default=$1@:>…
83 # 'yes'. Otherwise, availability of lcov and genhtml
111 # Both lcov and genhtml must exist to successfully
114 if test "x${LCOV}" = "x" || test "x${GENHTML}" = "x"; then
124 # Both lcov and genhtml must exist to successfully
[all …]
/openthread-2.7.6/third_party/mbedtls/repo/
DMakefile6 .PHONY: all no_test programs lib tests install uninstall clean test check covtest lcov apidoc apido…
111 lcov: target
113 lcov --capture --initial --directory library -o files.info
114 lcov --rc lcov_branch_coverage=1 --capture --directory library -o tests.info
115 lcov --rc lcov_branch_coverage=1 --add-tracefile files.info --add-tracefile tests.info -o all.info
116 lcov --rc lcov_branch_coverage=1 --remove all.info -o final.info '*.h'
DCMakeLists.txt302 ADD_CUSTOM_TARGET(lcov target
304 … COMMAND lcov --capture --initial --directory library/CMakeFiles/mbedtls.dir -o files.info
305 COMMAND lcov --capture --directory library/CMakeFiles/mbedtls.dir -o tests.info
306 COMMAND lcov --add-tracefile files.info --add-tracefile tests.info -o all.info
307 COMMAND lcov --remove all.info -o final.info '*.h'
/openthread-2.7.6/.github/workflows/
Dsimulation-1.1.yml95 sudo apt-get --no-install-recommends install -y g++-multilib lcov ninja-build
138 …t --no-install-recommends install -y g++-multilib python3-setuptools python3-wheel ninja-build lcov
181 … sudo apt-get --no-install-recommends install -y g++-multilib python3-setuptools python3-wheel lcov
226 … sudo apt-get --no-install-recommends install -y g++-multilib python3-setuptools python3-wheel lcov
266 … sudo apt-get --no-install-recommends install -y g++-multilib python3-setuptools python3-wheel lcov
298 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat
337 sudo apt-get install -y avahi-daemon avahi-utils lcov
381 sudo apt-get --no-install-recommends install -y python3-setuptools python3-wheel lcov
423 … sudo apt-get --no-install-recommends install -y g++-multilib python3-setuptools python3-wheel lcov
468 …t --no-install-recommends install -y clang-10 clang++-10 python3-setuptools python3-wheel llvm lcov
[all …]
Dsimulation-1.2.yml68 …ll-recommends install -y clang-10 clang++-10 ninja-build python3-setuptools python3-wheel llvm lcov
123 …t --no-install-recommends install -y g++-multilib python3-setuptools python3-wheel ninja-build lcov
181 …t --no-install-recommends install -y g++-multilib python3-setuptools python3-wheel ninja-build lcov
219 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat
263 …nds install -y libreadline6-dev g++-multilib ninja-build python3-setuptools python3-wheel llvm lcov
317 sudo apt-get --no-install-recommends install -y lcov
Dposix.yml52 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat
132 …o apt-get --no-install-recommends install -y libreadline6-dev python3-setuptools python3-wheel lcov
166 sudo apt-get --no-install-recommends install -y expect lcov
197 sudo apt-get --no-install-recommends install -y socat expect lcov net-tools ninja-build
255 sudo apt-get --no-install-recommends install -y lcov
Dotbr.yml71 … apt-get --no-install-recommends install -y python3-setuptools python3-wheel ninja-build socat lcov
131 … apt-get --no-install-recommends install -y python3-setuptools python3-wheel ninja-build socat lcov
175 sudo apt-get --no-install-recommends install -y lcov
Dtoranj.yml67 sudo apt-get --no-install-recommends install -y lcov
98 sudo apt-get --no-install-recommends install -y lcov
/openthread-2.7.6/script/
Dtest493 rm -f tmp/coverage.lcov
500 lcov --gcov-tool "$llvm_gcov" --directory . --capture --output-file tmp/coverage.info
505 lcov --directory . --capture --output-file tmp/coverage.info
507 lcov --list tmp/coverage.info
508 lcov --extract tmp/coverage.info "$PWD/src/core/common/message.cpp" | c++filt
522 lcov "${args[@]}" -o final.info
/openthread-2.7.6/third_party/nlbuild-autotools/repo/
DMANIFEST38 etc/lcov.config
/openthread-2.7.6/third_party/nlbuild-autotools/repo/etc/
Dlcov.config19 # This file is an lcov configuration file based on the default
/openthread-2.7.6/third_party/nlbuild-autotools/repo/examples/
Dconfigure.ac432 Lcov : ${LCOV:--}
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/
Dbasic-build-test.sh141 make lcov
146 echo >&2 "Fatal: 'make lcov' failed"
/openthread-2.7.6/
Dconfigure.ac1059 Lcov : ${LCOV:--}
/openthread-2.7.6/tests/scripts/thread-cert/
Dnode.py171 codecov_cmd = f'lcov --directory . --capture --output-file {cov_file_path}'
173 … codecov_cmd = ('lcov --directory build/otbr/third_party/openthread/repo --capture '