Skip to content

Make Codecov use its configuration file

Afonso Mukai requested to merge 187_Make_codecov_use_its_config_file into master

Created by: matthew-d-jones

Closes #187 (closed)

In the output from the centos-gcc6 node on Jenkins the codecov uploader output shows the yaml file was picked up:

     _____          _
     / ____|        | |
    | |     ___   __| | ___  ___ _____   __
    | |    / _ \ / _  |/ _ \/ __/ _ \ \ / /
    | |___| (_) | (_| |  __/ (_| (_) \ V /
     \_____\___/ \____|\___|\___\___/ \_/
                                    v2.0.15
==> Detecting CI provider
    Jenkins Detected
  -> Got branch from git/hg
  -> Got sha from git/hg
==> Preparing upload
==> Processing gcov (disable by -X gcov)
    Executing gcov (find . -not -path './bower_components/**' -not -path './node_modules/**' -not -path './vendor/**' -type f -name '*.gcno'  -exec gcov -pb  {} +)
==> Collecting reports
    Targeting specific files
    + ../build/coverage.info bytes=273561
==> Uploading
    .url https://codecov.io
    .query yaml=codecov.yml&commit=d439a4bed32f6ce014a5fade384f901701e9d4f7&package=py2.0.15&service=jenkins&token=<secret>&branch=HEAD
    Pinging Codecov...
    Uploading to S3...
    https://codecov.io/github/ess-dmsc/kafka-to-nexus/commit/d439a4bed32f6ce014a5fade384f901701e9d4f7

Merge request reports