Searched full:coverage (Results 1 – 25 of 39) sorted by relevance
12
| /openthread-latest/third_party/mbedtls/repo/scripts/ |
| D | lcov.sh | 6 Collect coverage statistics of library code into an HTML report. 9 1. Build the library with CFLAGS="--coverage -O0 -g3" and link the test 10 programs with LDFLAGS="--coverage". 13 make CFLAGS="--coverage -O0 -g3" LDFLAGS="--coverage" 15 mkdir build-coverage && cd build-coverage && 16 cmake -D CMAKE_BUILD_TYPE=Coverage .. && make 19 object files and coverage statistics files. 20 4. Browse the coverage report in Coverage/index.html. 40 rm -rf Coverage 41 mkdir Coverage Coverage/tmp [all …]
|
| D | abi_check.py | 14 reduction in coverage. A change in test data will be signaled as a 15 coverage reduction since the old test data is no longer present. A change in 74 **Generated test coverage**: the goal is to check that automatically 75 generated tests have as much coverage as before. This is normally validated
|
| /openthread-latest/.github/workflows/ |
| D | simulation-1.1.yml | 90 - name: Generate Coverage 96 path: tmp/coverage.info 105 COVERAGE: 1 138 - name: Generate Coverage 144 path: tmp/coverage.info 158 COVERAGE: 1 193 - name: Generate Coverage 199 path: tmp/coverage.info 208 COVERAGE: 1 241 - name: Generate Coverage [all …]
|
| D | simulation-1.4.yml | 55 COVERAGE: 1 113 - name: Generate Coverage 119 path: tmp/coverage.info 127 COVERAGE: 1 190 - name: Generate Coverage 196 path: tmp/coverage.info 242 - name: Generate Coverage 248 path: tmp/coverage.info 257 COVERAGE: 1 290 - name: Generate Coverage [all …]
|
| D | otbr.yml | 56 COVERAGE: 1 86 export CI_ENV="$(bash <(curl -s https://codecov.io/env)) -e GITHUB_ACTIONS -e COVERAGE" 92 path: /tmp/coverage/ 104 - name: Generate Coverage 110 path: tmp/coverage.info 175 COVERAGE: 1 208 export CI_ENV="$(bash <(curl -s https://codecov.io/env)) -e GITHUB_ACTIONS -e COVERAGE" 214 path: /tmp/coverage/ 226 - name: Generate Coverage 232 path: tmp/coverage.info [all …]
|
| D | posix.yml | 89 - name: Generate Coverage 95 path: tmp/coverage.info 127 - name: Generate Coverage 133 path: tmp/coverage.info 139 COVERAGE: 1 172 - name: Generate Coverage 178 path: tmp/coverage.info 188 COVERAGE: 1 222 - name: Generate Coverage 228 path: tmp/coverage.info [all …]
|
| D | otns.yml | 44 COVERAGE: 1 92 - name: Generate Coverage 98 path: tmp/coverage.info 132 - name: Generate Coverage 138 path: tmp/coverage.info 194 - name: Generate Coverage 200 path: tmp/coverage.info 203 upload-coverage: 221 path: coverage/ 224 - name: Upload Coverage
|
| D | unit.yml | 67 COVERAGE: 1 98 - name: Generate Coverage 104 path: tmp/coverage.info 107 upload-coverage: 124 path: coverage/ 127 - name: Combine Coverage 130 - name: Upload Coverage
|
| D | toranj.yml | 56 COVERAGE: 1 92 COVERAGE: 1 118 - name: Generate Coverage 126 path: tmp/coverage.info 217 upload-coverage: 235 path: coverage/ 238 - name: Combine Coverage 241 - name: Upload Coverage
|
| /openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
| D | basic-build-test.sh | 11 # test report and code coverage report. 71 # Step 1 - Make and instrumented build for code coverage 72 export CFLAGS=' --coverage -g3 -O0 ' 73 export LDFLAGS=' --coverage' 120 # Step 3 - Process the coverage report 226 # Step 4e - Coverage report 227 echo "Coverage statistics:" 228 sed -n '1,/^Overall coverage/d; /%/p' cov-$TEST_OUTPUT 239 } | tee coverage-summary.txt 248 # the coverage report. If something did go wrong, rm will complain so this
|
| D | analyze_outcomes.py | 74 coverage analysis""" 188 """Perform coverage analysis.""" 189 results.new_section("Analyze coverage") 405 # while checking driver's coverage. 660 parser.add_argument('--require-full-coverage', action='store_true',
|
| D | psa_collect_statuses.py | 2 """Describe the test coverage of PSA functions in terms of return statuses.
|
| /openthread-latest/third_party/mbedtls/repo/framework/ |
| D | .gitignore | 14 # Test coverage build artifacts: 15 Coverage 18 coverage-summary.txt
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | .gitignore | 19 # Test coverage build artifacts: 20 Coverage 23 coverage-summary.txt
|
| D | CMakeLists.txt | 131 …CACHE STRING "Choose the type of build: None Debug Release Coverage ASan ASanDbg MemSan MemSanDbg … 223 set(CMAKE_C_FLAGS_COVERAGE "-O0 -g3 --coverage") 236 set(CMAKE_C_FLAGS_COVERAGE "-O0 -g3 --coverage") 276 if(CMAKE_BUILD_TYPE STREQUAL "Coverage") 278 set(CMAKE_SHARED_LINKER_FLAGS "--coverage") 280 endif(CMAKE_BUILD_TYPE STREQUAL "Coverage") 365 # For coverage testing: 367 # cmake -D CMAKE_BUILD_TYPE=Coverage /path/to/source && make 369 # For the reference coverage measurement, see
|
| D | Makefile | 176 # For coverage testing: 178 # make CFLAGS='--coverage -g3 -O0' LDFLAGS='--coverage' 180 # For the reference coverage measurement, see
|
| D | CONTRIBUTING.md | 64 …h` is available to show test coverage of the library. New code contributions should provide a simi…
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
| D | psa-storage-format-testing.md | 19 …vely, this would require keeping a large amount of test data (full test coverage multiplied by the… 72 Objective: ensure that the coverage is sufficient to have assurance that all keys are stored correc… 81 In addition, the coverage of key material must ensure that any variation in key representation is d… 89 Objective: have test coverage for lifetimes other than the default persistent lifetime (`PSA_KEY_LI…
|
| D | invasive-testing.md | 85 * Coverage: we need to test behaviors which are not easy to trigger by using the API or which canno… 151 | Coverage | ~ Many useful tests are not reasonably achievable | 166 | Coverage | ~ Many useful tests are not reasonably achievable | 184 | Coverage | ~ Many useful tests require additional internal interfaces | 201 | Coverage | ~ Good for platform-independent properties, if we can guarantee them statically | 213 | Coverage | ++ Most things can be tested that way | 239 | Coverage | ! Limited scope | 259 | Coverage | ++ The sky is the limit |
|
| /openthread-latest/script/ |
| D | test | 609 rm -f tmp/coverage.lcov 616 lcov --gcov-tool "$llvm_gcov" --directory . --capture --output-file tmp/coverage.info 621 lcov --directory . --capture --output-file tmp/coverage.info 623 lcov --list tmp/coverage.info 624 lcov --extract tmp/coverage.info "$PWD/src/core/common/message.cpp" | c++filt 629 ls -R coverage/ 631 readarray -d '' files < <(find coverage/ -type f -name 'coverage*.info' -print0)
|
| /openthread-latest/ |
| D | CMakeLists.txt | 39 option(OT_COVERAGE "enable coverage" OFF) 90 target_compile_options(ot-config INTERFACE -g -O0 --coverage) 91 target_link_libraries(ot-config INTERFACE --coverage)
|
| D | .codecov.yml | 1 coverage:
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
| D | outcome-analysis.sh | 132 printf "No coverage gap found.\n" 134 printf "Suites with less coverage:%s\n" "$failed"
|
| D | testing.md | 96 test have sufficient coverage, and improve them if necessary.
|
| /openthread-latest/tests/toranj/ |
| D | start.sh | 128 if [ "$COVERAGE" = 1 ]; then 129 coverage_option="--enable-coverage"
|
12