Home
last modified time | relevance | path

Searched full:coveralls (Results 1 – 25 of 82) sorted by relevance

1234

/external/cn-cbor/cmake/
DCoveralls.cmake26 # Param _COVERALLS_UPLOAD Upload the result to coveralls?
32 message("Coveralls: Using alternate CMake script dir: ${_CMAKE_SCRIPT_PATH}")
38 message(FATAL_ERROR "Coveralls: Missing ${_CMAKE_SCRIPT_PATH}/CoverallsClear.cmake")
42 message(FATAL_ERROR "Coveralls: Missing ${_CMAKE_SCRIPT_PATH}/CoverallsGenerateGcov.cmake")
59 set(COVERALLS_FILE ${PROJECT_BINARY_DIR}/coveralls.json)
70 # Generate Gcov and translate it into coveralls JSON.
81 COMMENT "Generating coveralls output..."
85 message("COVERALLS UPLOAD: ON")
90 message(FATAL_ERROR "Coveralls: curl not found! Aborting")
94 # Upload the JSON to coveralls.
[all …]
DCoverallsGenerateGcov.cmake31 # It then parses the .gcov files to convert them into the Coveralls JSON format:
32 # https://coveralls.io/docs/api
47 …message(FATAL_ERROR "Coveralls: No coveralls output file specified. Please set COVERALLS_OUTPUT_FI…
51 …message(FATAL_ERROR "Coveralls: Missing coverage directory path where gcov files will be generated…
55 …message(FATAL_ERROR "Coveralls: Missing the list of source files that we should get the coverage d…
59 message(FATAL_ERROR "Coveralls: Missing PROJECT_ROOT.")
76 # TODO: Add these git things to the coveralls json.
262 # The new coveralls API doesn't need the entire source (Yay!)
427 message("Generated coveralls JSON containing coverage data:")
/external/cn-cbor/src/
DCMakeLists.txt29 if (coveralls)
30 include(Coveralls)
39 # Create the coveralls target.
45 #add_dependencies(coveralls, all)
/external/grpc-grpc-java/all/
Dbuild.gradle1 apply plugin: 'com.github.kt3k.coveralls'
10 dependencies { classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.0.1' }
77 coveralls {
81 tasks.coveralls { dependsOn(jacocoTestReport) }
/external/python/apitools/
Dtox.ini41 [testenv:coveralls]
45 coveralls
48 coveralls
DREADME.rst46 .. |coverage| image:: https://coveralls.io/repos/google/apitools/badge.svg?branch=master
47 :target: https://coveralls.io/r/google/apitools?branch=master
/external/cn-cbor/
DCMakeLists.txt23 option ( coveralls "Generate coveralls data" ON ) option
24 option ( coveralls_send "Send data to coveralls site" OFF )
47 set ( coveralls OFF ) variable
/external/harfbuzz_ng/.ci/
Drun-coveralls.sh9 pip install --user cpp-coveralls
14 coveralls -e docs
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/
D.travis.yml19 - pip install coveralls pytest-cov ptyprocess
28 - coveralls
/external/yapf/
D.travis.yml20 - if [ -z "$SCA" ]; then pip install --quiet coveralls; else echo skip; fi
28 - coveralls
/external/rust/crates/lazycell/
DREADME.md14coveralls.io/github/indiv0/lazycell?branch=master" title="Coverage Status"><img src="https://cover…
/external/python/oauth2client/
Dtox.ini92 [testenv:coveralls]
97 coveralls
100 coveralls
DREADME.md2 [![Coverage Status](https://coveralls.io/repos/google/oauth2client/badge.svg?branch=master&service=…
/external/jsoncpp/
D.travis.yml66 - pip install --user cpp-coveralls
69 - coveralls --include src/lib_json --include include
/external/jacoco/org.jacoco.doc/docroot/doc/
Dintegrations.html88 <td><a href="https://coveralls.io/">Coveralls</a></td>
89 …ck code coverage, see <a href="https://github.com/trautonen/coveralls-maven-plugin">coveralls-mave…
/external/rust/crates/atty/
DREADME.md3 …) [![Coverage Status](https://coveralls.io/repos/softprops/atty/badge.svg?branch=master&service=gi…
/external/harfbuzz_ng/
D.travis.yml30 - bash .ci/run-coveralls.sh # coveralls.io code coverage
DREADME8 [![Coverals Code Coverage](https://img.shields.io/coveralls/harfbuzz/harfbuzz.svg)](https://coveral…
DREADME.md8 [![Coverals Code Coverage](https://img.shields.io/coveralls/harfbuzz/harfbuzz.svg)](https://coveral…
/external/rust/crates/intrusive-collections/
DREADME.md4 …s) [![Coverage Status](https://coveralls.io/repos/github/Amanieu/intrusive-rs/badge.svg?branch=mas…
/external/junit-params/
DREADME.md3 …UnitParams) [![Coverage Status](https://coveralls.io/repos/Pragmatists/JUnitParams/badge.svg)](htt…
/external/grpc-grpc-java/
D.travis.yml36 # Upload to coveralls once, instead of for each job in the matrix
37 - if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then ./gradlew :grpc-all:coveralls; fi
/external/python/funcsigs/
DREADME.rst77 .. |coverage| image:: https://coveralls.io/repos/aliles/funcsigs/badge.png?branch=master
78 :target: https://coveralls.io/r/aliles/funcsigs?branch=master
/external/rust/crates/macaddr/
DREADME.md8 [![Coverage Status](https://coveralls.io/repos/github/svartalf/rust-macaddr/badge.svg?branch=master…
/external/python/rsa/
DREADME.md6 [![Coverage Status](https://coveralls.io/repos/github/sybrenstuvel/python-rsa/badge.svg?branch=mast…

1234