As you can see, according to the travis build logs, the report is correctly sent and, when building locally, the coverage report is generated and correctly so. However, codecov does not identify the .kt files.
I can see that the files in the coverage report do not match the path of the files in the network section. Adding a path fix line to your codecov.yml file is the easiest way to fix this.
I’ve already tried different fix command combinations but none of them have worked yet.
I have failed yet to fully understand which paths you say do not match… as such I have not yet been sure I am trying to correct the right path…