I have a python proyect on github named codecovtest.
I have the .travis.yml file, which starts automatic test on travis-ci, on each push on github.
The test passed on travis-ci.
But the coverage report isn't uploaded to codecov.
What have I done wrong?