Searched full:coverage (Results 1 – 8 of 8) sorted by relevance
324 # Coverage build type326 "Flags used by the C compiler during coverage builds."330 "Flags used for linking binaries during coverage builds."334 "Flags used by the shared libraries linker during coverage builds."342 "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel Coverage."344 add_c_compiler_flag(--coverage COVERAGE)396 "Flags used by the C++ compiler during coverage builds."398 add_cxx_compiler_flag(--coverage COVERAGE)
134 # DotCover is a Code Coverage Tool236 # Unit test / coverage reports237 .coverage
36 - if [ "${BUILD_TYPE}" == "Coverage" -a "${TRAVIS_OS_NAME}" == "linux" ]; then117 - if [ "${BUILD_TYPE}" == "Coverage" -a "${TRAVIS_OS_NAME}" == "linux" ]; then342 N=GCCAnyVersion-Linux-Coverage343 BUILD_TYPE=Coverage545 # None Debug Release RelWithDebInfo MinSizeRel Coverage
17 Test coverage check ([coveralls](https://coveralls.io/github/civetweb/civetweb), [codecov](https://…20 [![Coverage Status](https://coveralls.io/repos/github/civetweb/civetweb/badge.svg?branch=master)](h…
211 # Add the coverage command(s)231 add_custom_target(coverage target235 message(STATUS "Coverage command added")243 "Coverage command not available:\n"248 " --coverage flag: ${C_FLAG_COVERAGE_MESSAGE}")
246 * reasonably good coverage of different functions and programs. in wrapped_compile_execute()
798 ** coverage:801 ** measured by branch coverage. This is803 ** implement parts of coverage testing.12152 ** The testcase() macro is used to aid in coverage testing. When12153 ** doing coverage testing, the condition inside the argument to12155 ** get full branch coverage. The testcase() macro is inserted12156 ** to help ensure adequate test coverage in places where simple12157 ** condition/decision coverage is inadequate. For example, testcase()12208 ** When doing coverage testing ALWAYS and NEVER are hard-coded to14017 ** The VdbeCoverage macros are used to set a coverage testing point[all …]