Home
last modified time | relevance | path

Searched full:coverage (Results 1 – 25 of 28) sorted by relevance

12

/openthread-3.6.0/.github/workflows/
Dsimulation-1.1.yml86 - 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 …]
Dotbr.yml56 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 …]
Dposix.yml84 - 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 …]
Dsimulation-1.2.yml55 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 …]
Dotns.yml44 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
Dunit.yml67 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
Dtoranj.yml56 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.gitignore17 # Test coverage build artifacts:
18 Coverage
21 coverage-summary.txt
DCMakeLists.txt134 …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
DMakefile103 # 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
DCONTRIBUTING.md68 …h` is available to show test coverage of the library. New code contributions should provide a simi…
DREADME.md112 - `Coverage`. This generates code coverage information in addition to debug information.
/openthread-3.6.0/third_party/mbedtls/repo/tests/scripts/
Dbasic-build-test.sh23 # 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
Danalyze_outcomes.py81 # fixed this branch to have full coverage of test cases.
Dpsa_collect_statuses.py2 """Describe the test coverage of PSA functions in terms of return statuses.
/openthread-3.6.0/third_party/mbedtls/repo/docs/architecture/testing/
Dpsa-storage-format-testing.md19 …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…
Dinvasive-testing.md85 * 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/
DCMakeLists.txt39 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.yml1 coverage:
DREADME.md1 …imulation] [![Docker][ot-gh-action-docker-svg]][ot-gh-action-docker] [![Coverage Status][ot-codeco…
/openthread-3.6.0/script/
Dtest600 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/
Dstart.sh128 if [ "$COVERAGE" = 1 ]; then
129 coverage_option="--enable-coverage"
Dbuild.sh53 echo " -c/--enable-coverage Enable code coverage"
72 -c | --enable-coverage)
/openthread-3.6.0/tests/scripts/thread-cert/
Dnode.py117 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/
Dssl_test_lib.h152 * - For good overall test coverage, there should be at least one configuration

12