Summary
Change the default path fixing for Travis CI
Description
The default path fixing for Travis CI is seemed not to work properly. An entry in codecov.yml
is required to make it work:
fixes:
- "/home/travis/build/<username-or-organisation>/::"
Not so sure if there is an error on my side though!
Examples
For my project, I had to add this fix to make it work.
Versions
- Programming language: Python 3.9.2
- CI tool: Travis CI (latest)