Home
last modified time | relevance | path

Searched full:codecov (Results 1 – 25 of 55) sorted by relevance

123

/external/python/setuptools/
Dtox.ini30 [testenv:codecov]
31 description=[Only run on CI]: Upload coverage data to codecov argument
32 deps=codecov argument
34 commands=codecov --file {toxworkdir}/coverage.xml argument
/external/python/dateutil/
Dtox.ini34 [testenv:codecov]
35 description = [only run on CI]: upload coverage data to codecov (depends on coverage running first) argument
36 deps = codecov argument
38 commands = codecov --file {toxworkdir}/coverage.xml argument
/external/python/httplib2/
D.travis.yml22 install: pip install $pip_install_common 'codecov>=2.0.15' -r requirements-test.txt
23 script: script/test -sv && codecov
33 install: pip install $pip_install_common 'codecov>=2.0.15' -r requirements-test.txt
34 script: script/test -sv && codecov
/external/opencensus-java/buildscripts/kokoro/
Dlinux_presubmit.sh48 # then there is no access to the codecov token and hence
54 … curl -s https://codecov.io/bash | bash -s -- -Z -t @$KOKORO_KEYSTORE_DIR/73495_codecov-auth-token
56 echo "Codecov token file not found"
60 echo "Skipping codecov reporting"
Dlinux_build.cfg16 keyname: "codecov-auth-token"
/external/parameter-framework/upstream/
D.travis.yml63 - wget https://codecov.io/bash -O $HOME/codecov; chmod +x $HOME/codecov
135 # Push coverage info on codecov.io.
138 $HOME/codecov
/external/harfbuzz_ng/
DREADME.md6 [![Codecov Code Coverage](https://codecov.io/gh/harfbuzz/harfbuzz/branch/master/graph/badge.svg)](h…
DREADME6 [![Codecov Code Coverage](https://codecov.io/gh/harfbuzz/harfbuzz/branch/master/graph/badge.svg)](h…
D.travis.yml32 - bash <(curl -s https://codecov.io/bash) # codecov.io code coverage
/external/fonttools/
Dtox.ini29 [testenv:codecov]
33 codecov
38 codecov --env TOXENV
D.appveyor.yml48 # upload test coverage to Codecov.io
49 - "tox -e codecov"
/external/scapy/
D.appveyor.yml50 # Install & run codecov
51 - "%PYTHON%\\python -m pip install codecov"
54 - codecov
DREADME9 [![Codecov Status](https://codecov.io/gh/secdev/scapy/branch/master/graph/badge.svg)](https://codec…
DREADME.md9 [![Codecov Status](https://codecov.io/gh/secdev/scapy/branch/master/graph/badge.svg)](https://codec…
/external/catch2/
DREADME.md7 [![codecov](https://codecov.io/gh/catchorg/Catch2/branch/master/graph/badge.svg)](https://codecov.i…
Dcodecov.yml20 codecov:
/external/python/pyasn1-modules/
D.travis.yml15 - pip install codecov
22 - codecov
DREADME.md7 [![Coverage Status](https://img.shields.io/codecov/c/github/etingof/pyasn1-modules.svg)](https://co…
/external/python/pyasn1/
D.travis.yml15 - pip install codecov
22 - codecov
/external/fonttools/.travis/
Dafter_success.sh10 # upload coverage data to Codecov.io
11 [[ ${TOXENV} == *"-cov"* ]] && tox -e codecov
/external/opencensus-java/
DREADME.md7 [![Coverage Status][codecov-image]][codecov-url]
296 [codecov-image]: https://codecov.io/gh/census-instrumentation/opencensus-java/branch/master/graph/b…
297 [codecov-url]: https://codecov.io/gh/census-instrumentation/opencensus-java/branch/master/
/external/syzkaller/vendor/github.com/googleapis/gax-go/
DREADME.md5 [![Code Coverage](https://img.shields.io/codecov/c/github/googleapis/gax-go.svg)](https://codecov.i…
/external/jacoco/org.jacoco.doc/docroot/doc/
Dintegrations.html84 <td><a href="https://codecov.io/">Codecov</a></td>
85 …<td>Web service to track code coverage, see <a href="https://github.com/codecov/example-java">exam…
/external/python/cpython3/
D.travis.yml78 …# Make the `coverage` command available to Codecov w/ a version of Python that can parse all sourc…
80 - bash <(curl -s https://codecov.io/bash)
DREADME.rst16 .. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
17 :alt: CPython code coverage on Codecov
18 :target: https://codecov.io/gh/python/cpython

123