Travis job fails to upload after renaming the repository

Description

After a repository rename codecov fails to update.

basics/src/logging.cpp                         |95.1%    41| 100%   7|    -    0

================================================================================
                                         Total:|94.6%  1240|93.7%  1k|    -    0
  _____          _
 / ____|        | |
| |     ___   __| | ___  ___ _____   __
| |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| |  __/ (_| (_) \ V /
 \_____\___/ \__,_|\___|\___\___/ \_/
                              Bash-20191211-b8db533
==> Travis CI detected.
    project root: .
    Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
    -> Found 1 reports
==> Detecting git/mercurial file structure
==> Appending build variables
    + TRAVIS_OS_NAME
==> Reading reports
    + /home/travis/build/extcpp/basics-build/Debug/coverage.info bytes=270690
==> Appending adjustments
    http://docs.codecov.io/docs/fixing-reports
    + Found adjustments
==> Gzipping contents
==> Uploading reports
    url: https://codecov.io
    query: branch=master&commit=7cb67555e47cb04f8e42ce2e443552c618536c2e&build=483.3&build_url=&name=&tag=&slug=extcpp%2Fbasics&service=travis&flags=&pr=false&job=642161296
    -> Pinging Codecov
https://codecov.io/upload/v4?package=bash-20191211-b8db533&token=secret&branch=master&commit=7cb67555e47cb04f8e42ce2e443552c618536c2e&build=483.3&build_url=&name=&tag=&slug=extcpp%2Fbasics&service=travis&flags=&pr=false&job=642161296
    -> Uploading
    -> View reports at https://codecov.io/github/extcpp/basics/commit/7cb67555e47cb04f8e42ce2e443552c618536c2e

Repository

Travis CI - Test and Deploy Your Code with Confidence – full log here

Additional Information

I have removed codecov from the organization and added it again. Nothing seems to help.

Update

Maybe it is just a problem with the badge … Or codeship that fails-

Solved - I guess it was really the failing codeship, that prevented the page from updating. I was set on the wrong track by output of an unused coveralls script.

1 Like