| /openbmc/qemu/python/ |
| H A D | Makefile | 116 .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 | .gitignore | 20 .coverage 21 .coverage.*
|
| /openbmc/openpower-inventory-upload/ |
| H A D | .gitignore | 37 # Unit test / coverage reports 40 .coverage 41 .coverage.* 44 coverage.xml
|
| /openbmc/u-boot/tools/patman/ |
| H A D | test_util.py | 61 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 D | fuzzing.md | 57 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 D | 0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch | 27 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 D | python3-pytest-cov_6.0.0.bb | 1 SUMMARY = "Pytest plugin for measuring coverage." 13 RDEPENDS:${PN} += "python3-coverage python3-pytest"
|
| H A D | python3-coverage_7.8.0.bb | 1 SUMMARY = "Code coverage measurement for Python" 2 HOMEPAGE = "https://coverage.readthedocs.io"
|
| H A D | python3-covdefaults_2.3.0.bb | 1 SUMMARY = "A coverage plugin to provide sensible default settings" 19 python3-coverage \
|
| H A D | python3-whitenoise_6.9.0.bb | 14 python3-coverage \
|
| /openbmc/libpldm/docs/ |
| H A D | fuzzing.md | 72 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 D | 0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch | 25 # 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 D | Makefile | 203 .PHONY: coverage 204 coverage: target 205 $(SPHINXBUILD) -b coverage $(ALLSPHINXOPTS) $(BUILDDIR)/coverage
|
| /openbmc/pyphosphor/ |
| H A D | .gitignore | 59 # Unit test / coverage reports 62 .coverage 63 .coverage.* 66 coverage.xml
|
| /openbmc/qemu/scripts/oss-fuzz/ |
| H A D | instrumentation-filter-template | 9 # 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 D | README.md | 35 ## Generate test coverage report 40 ninja -C builddir coverage
|
| /openbmc/hiomapd/ |
| H A D | Makefile.am | 35 clean-local: code-coverage-clean 36 distclean-local: code-coverage-dist-clean
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lcov/ |
| H A D | lcov_1.16.bb | 3 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 D | ptest.patch | 40 @@ -893,3 +893,5 @@ check: check-am coverage 41 coverage: 42 -$(srcdir)/coverage.sh
|
| /openbmc/sdbusplus/ |
| H A D | .gitignore | 48 # Unit test / coverage reports 52 .coverage 53 .coverage.* 56 coverage.xml
|
| /openbmc/libmctp/ |
| H A D | Makefile.am | 38 clean-local: code-coverage-clean 39 distclean-local: code-coverage-dist-clean
|
| H A D | bootstrap.sh | 26 --enable-code-coverage \
|
| /openbmc/phosphor-webui/ |
| H A D | .gitignore | 10 coverage/
|
| /openbmc/docs/designs/ |
| H A D | phosphor-hwmon-refactoring.md | 16 - 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 D | bluealsa_4.3.0.bb | 31 PACKAGECONFIG[coverage] = "--with-coverage,--without-coverage,lcov-native"
|