Change the default path fixing for Travis CI

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)

@MunchDev, I actually see that you removed it a little later down the road. Do you know what the issue you were having was or if you are still experiencing a problem?

I think it was a mistake on my part. I think I visited the report while it was still being processed, so some of the files might not load properly yet.

1 Like