Home
last modified time | relevance | path

Searched full:codecov_token (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/.github/workflows/
Dcoverage.yml73 CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
92 CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
/external/rust/crates/plotters/
D.travis.yml19 export CODECOV_TOKEN="8622abe0-9579-4cea-93d3-9707969ef6c2"
/external/catch2/misc/
DappveyorTestRunScript.bat8 …codecov --root .. --no-color --disable gcov -f cobertura.xml -t %CODECOV_TOKEN% || exit /b !ERRORL…
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dcmake.yml409 CODECOV_TOKEN_SECRET: "${{secrets.CODECOV_TOKEN}}"
410 CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN || 'e4fdf847-f541-4ab1-9d50-3d27e5913906' }}"
/external/python/cryptography/
DJenkinsfile93 …withCredentials([string(credentialsId: 'cryptography-codecov-token', variable: 'CODECOV_TOKEN')]) {