Searched full:coverage (Results 1 – 25 of 28) sorted by relevance
12
/openthread-3.6.0/.github/workflows/ |
D | simulation-1.1.yml | 86 - name: Generate Coverage 92 path: tmp/coverage.info 101 COVERAGE: 1 130 - name: Generate Coverage 136 path: tmp/coverage.info 150 COVERAGE: 1 181 - name: Generate Coverage 187 path: tmp/coverage.info 196 COVERAGE: 1 225 - 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 | 84 - name: Generate Coverage 90 path: tmp/coverage.info 122 - name: Generate Coverage 128 path: tmp/coverage.info 134 COVERAGE: 1 163 - name: Generate Coverage 169 path: tmp/coverage.info 179 COVERAGE: 1 213 - name: Generate Coverage 219 path: tmp/coverage.info [all …]
|
D | simulation-1.2.yml | 55 COVERAGE: 1 109 - name: Generate Coverage 115 path: tmp/coverage.info 123 COVERAGE: 1 182 - name: Generate Coverage 188 path: tmp/coverage.info 230 - name: Generate Coverage 236 path: tmp/coverage.info 242 COVERAGE: 1 274 - name: Generate Coverage [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 93 - name: Generate Coverage 99 path: tmp/coverage.info 102 upload-coverage: 119 path: coverage/ 122 - name: Combine Coverage 125 - name: Upload Coverage
|
D | toranj.yml | 56 COVERAGE: 1 88 COVERAGE: 1 110 - name: Generate Coverage 118 path: tmp/coverage.info 162 upload-coverage: 180 path: coverage/ 183 - name: Combine Coverage 186 - name: Upload Coverage
|
/openthread-3.6.0/third_party/mbedtls/repo/ |
D | .gitignore | 17 # Test coverage build artifacts: 18 Coverage 21 coverage-summary.txt
|
D | CMakeLists.txt | 134 …CACHE STRING "Choose the type of build: None Debug Release Coverage ASan ASanDbg MemSan MemSanDbg … 205 set(CMAKE_C_FLAGS_COVERAGE "-O0 -g3 --coverage") 216 set(CMAKE_C_FLAGS_COVERAGE "-O0 -g3 --coverage") 248 if(CMAKE_BUILD_TYPE STREQUAL "Coverage") 250 set(CMAKE_SHARED_LINKER_FLAGS "--coverage") 252 endif(CMAKE_BUILD_TYPE STREQUAL "Coverage") 321 COMMAND rm -rf Coverage 327 …cription-file descriptions --keep-descriptions --legend --no-branch-coverage -o Coverage final.info
|
D | Makefile | 103 # note: for coverage testing, build with: 104 # make CFLAGS='--coverage -g3 -O0' 112 rm -rf Coverage 118 …description-file descriptions --keep-descriptions --legend --branch-coverage -o Coverage final.info
|
D | CONTRIBUTING.md | 68 …h` is available to show test coverage of the library. New code contributions should provide a simi…
|
D | README.md | 112 - `Coverage`. This generates code coverage information in addition to debug information.
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/scripts/ |
D | basic-build-test.sh | 23 # test report and code coverage report. 89 # Step 1 - Make and instrumented build for code coverage 90 export CFLAGS=' --coverage -g3 -O0 ' 91 export LDFLAGS=' --coverage' 144 # Step 3 - Process the coverage report 250 # Step 4e - Coverage 251 echo "Coverage" 282 } | tee coverage-summary.txt 291 # the coverage report. If something did go wrong, rm will complain so this
|
D | analyze_outcomes.py | 81 # fixed this branch to have full coverage of test cases.
|
D | psa_collect_statuses.py | 2 """Describe the test coverage of PSA functions in terms of return statuses.
|
/openthread-3.6.0/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-3.6.0/ |
D | CMakeLists.txt | 39 option(OT_COVERAGE "enable coverage" OFF) 88 target_compile_options(ot-config INTERFACE -g -O0 --coverage) 89 target_link_libraries(ot-config INTERFACE --coverage)
|
D | .codecov.yml | 1 coverage:
|
D | README.md | 1 …imulation] [![Docker][ot-gh-action-docker-svg]][ot-gh-action-docker] [![Coverage Status][ot-codeco…
|
/openthread-3.6.0/script/ |
D | test | 600 rm -f tmp/coverage.lcov 607 lcov --gcov-tool "$llvm_gcov" --directory . --capture --output-file tmp/coverage.info 612 lcov --directory . --capture --output-file tmp/coverage.info 614 lcov --list tmp/coverage.info 615 lcov --extract tmp/coverage.info "$PWD/src/core/common/message.cpp" | c++filt 620 ls -R coverage/ 622 readarray -d '' files < <(find coverage/ -type f -name 'coverage*.info' -print0)
|
/openthread-3.6.0/tests/toranj/ |
D | start.sh | 128 if [ "$COVERAGE" = 1 ]; then 129 coverage_option="--enable-coverage"
|
D | build.sh | 53 echo " -c/--enable-coverage Enable code coverage" 72 -c | --enable-coverage)
|
/openthread-3.6.0/tests/scripts/thread-cert/ |
D | node.py | 117 os.makedirs('/tmp/coverage/', exist_ok=True) 134 '/tmp/coverage/:/tmp/coverage/', 211 COVERAGE = int(os.getenv('COVERAGE', '0')) 216 if COVERAGE or OTBR_COVERAGE: 219 cov_file_path = f'/tmp/coverage/coverage-{unique_node_id}.info' 220 # Upload OTBR code coverage if OTBR_COVERAGE=1, otherwise OpenThread code coverage. 559 if os.getenv('COVERAGE', 0) and os.getenv('CC', 'gcc') == 'gcc':
|
/openthread-3.6.0/third_party/mbedtls/repo/programs/ssl/ |
D | ssl_test_lib.h | 152 * - For good overall test coverage, there should be at least one configuration
|
12