Description
I was on a pull request with Travis CI enabled on my repo and I got this log on Traivs build:
==> Travis CI detected.
project root: .
--> token set from env
Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
==> Running gcov in . (disable via -X gcov)
==> Python coveragepy exists disable via -X coveragepy
-> Running coverage xml
==> Searching for coverage reports in:
+ .
-> Found 1 reports
==> Detecting git/mercurial file structure
==> Appending build variables
+ TRAVIS_OS_NAME
+ 3.6
==> Reading reports
+ ./coverage.xml bytes=16134
==> Appending adjustments
http://docs.codecov.io/docs/fixing-reports
-> No adjustments found
==> Gzipping contents
==> Uploading reports
url: https://codecov.io
query: branch=TestPR&commit=e716501dc4bd362f67110b3362226cc57fff7fff&build=135.1&build_url=&name=&tag=&slug=nikochiko%2Fchess-server&service=travis&flags=&pr=false&job=330708080
-> Pinging Codecov
https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=TestPR&commit=e716501dc4bd362f67110b3362226cc57fff7fff&build=135.1&build_url=&name=&tag=&slug=nikochiko%2Fchess-server&service=travis&flags=&pr=false&job=330708080
-> Uploading
-> View reports at https://codecov.io/github/nikochiko/chess-server/commit/e716501dc4bd362f67110b3362226cc57fff7fff
Done. Your build exited with 0.
But when I open the mentioned link it says “Unable to find report in the storage archive”.
Repository
Private repo: GitHub - nikochiko/df-wizard-chess: 🧙 Dialogflow fulfillment for Wizard Chess
Commit SHAs
e716501dc4bd362f67110b3362226cc57fff7fff
Codecov YAML
Not configured.
Additional Information
It is the same on all branches. I tried on a new branch with different changes the result was same.