Home
last modified time | relevance | path

Searched refs:coverage (Results 1 – 25 of 103) sorted by relevance

12345

/openbmc/qemu/python/
H A DMakefile116 .PHONY: check-coverage
117 check-coverage:
118 @coverage run -m avocado --config avocado.cfg run tests/*.py
119 @coverage combine
120 @coverage html
121 @coverage report
132 rm -f .coverage .coverage.*
H A D.gitignore20 .coverage
21 .coverage.*
/openbmc/openpower-inventory-upload/
H A D.gitignore37 # Unit test / coverage reports
40 .coverage
41 .coverage.*
44 coverage.xml
/openbmc/u-boot/tools/patman/
H A Dtest_util.py61 coverage = lines[-1].split(' ')[-1]
63 print coverage
64 if coverage != '100%':
68 print 'Coverage error: %s, but should be 100%%' % coverage
/openbmc/libmctp/docs/
H A Dfuzzing.md57 The coverage provided by a corpus directory can be reported using
58 `tests/fuzz/fuzz-coverage.py`.
62 - Run a binary compiled with `--coverage` against each corpus file
63 - Use [grcov](https://github.com/mozilla/grcov) to aggregate the coverage traces
70 ./tests/fuzz/fuzz-coverage.py fuzzrun/corpus bnoopt/tests/fuzz/i2c-fuzz . bnoopt/ coverage-output
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/
H A D0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch27 SET(CMAKE_CXX_FLAGS_DEBUG "--coverage -g -fwrapv")
28 SET(CMAKE_C_FLAGS_DEBUG "--coverage -g")
29 SET(CMAKE_EXE_LINKER_FLAGS_DEBUG "--coverage -g")
38 SET(CMAKE_EXE_LINKER_FLAGS_DEBUG "-fprofile-arcs -ftest-coverage")
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pytest-cov_6.0.0.bb1 SUMMARY = "Pytest plugin for measuring coverage."
13 RDEPENDS:${PN} += "python3-coverage python3-pytest"
H A Dpython3-coverage_7.8.0.bb1 SUMMARY = "Code coverage measurement for Python"
2 HOMEPAGE = "https://coverage.readthedocs.io"
H A Dpython3-covdefaults_2.3.0.bb1 SUMMARY = "A coverage plugin to provide sensible default settings"
19 python3-coverage \
H A Dpython3-whitenoise_6.9.0.bb14 python3-coverage \
/openbmc/libpldm/docs/
H A Dfuzzing.md72 The coverage provided by a corpus directory can be reported using
73 `tests/fuzz/fuzz-coverage.py`.
77 - Run a binary compiled with `--coverage` against each corpus file
78 - Use [grcov](https://github.com/mozilla/grcov) to aggregate the coverage traces
85 ./tests/fuzz/fuzz-coverage.py fuzzrun/corpus bnoopt/tests/fuzz/fd-fuzz . bnoopt/ coverage-output
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/
H A D0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch25 # the coverage of several test cases.
70 # Merge mce serverity coverage file from several test cases. This can
71 # be used to check the coverage of several test cases.
99 - print 'Usage: %s <severities coverage files>' % (sys.argv[0])
100 + print('Usage: %s <severities coverage files>' % (sys.argv[0]))
/openbmc/openbmc/meta-raspberrypi/docs/
H A DMakefile203 .PHONY: coverage
204 coverage: target
205 $(SPHINXBUILD) -b coverage $(ALLSPHINXOPTS) $(BUILDDIR)/coverage
/openbmc/pyphosphor/
H A D.gitignore59 # Unit test / coverage reports
62 .coverage
63 .coverage.*
66 coverage.xml
/openbmc/qemu/scripts/oss-fuzz/
H A Dinstrumentation-filter-template9 # We don't care about coverage over fuzzer-specific code, however we should
11 # coverage - otherwise it will exit after the first input
/openbmc/phosphor-host-ipmid/
H A DREADME.md35 ## Generate test coverage report
40 ninja -C builddir coverage
/openbmc/hiomapd/
H A DMakefile.am35 clean-local: code-coverage-clean
36 distclean-local: code-coverage-dist-clean
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lcov/
H A Dlcov_1.16.bb3 DESCRIPTION = "LCOV is a graphical front-end for GCC's coverage testing \
5 HTML pages containing the source code annotated with coverage information. \
7 LCOV supports statement, function and branch coverage measurement."
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A Dptest.patch40 @@ -893,3 +893,5 @@ check: check-am coverage
41 coverage:
42 -$(srcdir)/coverage.sh
/openbmc/sdbusplus/
H A D.gitignore48 # Unit test / coverage reports
52 .coverage
53 .coverage.*
56 coverage.xml
/openbmc/libmctp/
H A DMakefile.am38 clean-local: code-coverage-clean
39 distclean-local: code-coverage-dist-clean
H A Dbootstrap.sh26 --enable-code-coverage \
/openbmc/phosphor-webui/
H A D.gitignore10 coverage/
/openbmc/docs/designs/
H A Dphosphor-hwmon-refactoring.md16 - Limited unit testing coverage. Currently the unit tests in the repo [1] mostly
31 1. Improve unit test coverage
74 One of the goals is to have better unit test coverage. Overall functionality to
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/
H A Dbluealsa_4.3.0.bb31 PACKAGECONFIG[coverage] = "--with-coverage,--without-coverage,lcov-native"

12345