Searched full:coveralls (Results 1 – 25 of 54) sorted by relevance
123
26 # 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 …]
31 # It then parses the .gcov files to convert them into the Coveralls JSON format:32 # https://coveralls.io/docs/api47 …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:")
26 if (coveralls)27 include(Coveralls)36 # Create the coveralls target.42 #add_dependencies(coveralls, all)
1 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) }
23 option ( coveralls "Generate coveralls data" ON ) option24 option ( coveralls_send "Send data to coveralls site" OFF )46 set ( coveralls OFF ) variable
65 [testenv:coveralls]69 coveralls72 coveralls
46 .. |coverage| image:: https://coveralls.io/repos/google/apitools/badge.svg?branch=master47 :target: https://coveralls.io/r/google/apitools?branch=master
9 pip install --user cpp-coveralls14 coveralls -e docs
20 - if [ -z "$SCA" ]; then pip install --quiet coveralls; else echo skip; fi28 - coveralls
92 [testenv:coveralls]97 coveralls100 coveralls
2 [![Coverage Status](https://coveralls.io/repos/google/oauth2client/badge.svg?branch=master&service=…
88 <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…
7 [![Coverals Code Coverage](https://img.shields.io/coveralls/harfbuzz/harfbuzz.svg)](https://coveral…
31 - bash .ci/run-coveralls.sh # coveralls.io code coverage
6 [![Coverage Status](https://coveralls.io/repos/github/sybrenstuvel/python-rsa/badge.svg?branch=mast…
13 coveralls = "*"
36 # Upload to coveralls once, instead of for each job in the matrix37 - if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then ./gradlew :grpc-all:coveralls; fi
3 …UnitParams) [![Coverage Status](https://coveralls.io/repos/Pragmatists/JUnitParams/badge.svg)](htt…
77 .. |coverage| image:: https://coveralls.io/repos/aliles/funcsigs/badge.png?branch=master78 :target: https://coveralls.io/r/aliles/funcsigs?branch=master
15 - coveralls
5 …![Coverage Status](https://coveralls.io/repos/javaparser/javaparser/badge.svg?branch=master&servic…
315 <groupId>org.eluder.coveralls</groupId>316 <artifactId>coveralls-maven-plugin</artifactId>534 …rsion 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/iss…535 <coveralls.skip>true</coveralls.skip>
2 coveralls
12 - ./gradlew jacocoTestReport coveralls