It looks like it is the same issue, thanks, I tried searching for this error message but somehow missed the thread, thanks again.
I’ll update the steps to troubleshoot codecov issue to take this into account:
- Use
cat codecov.yml | curl --data-binary @- https://codecov.io/validate
to validate my yaml file. It says it is valid. - Make sure to use bash uploader, set
-v
flag to debug. Check the parsed yaml (if using v flag) tracks. - Check the Settings section of the repository, to check that parsed version is equal to yaml file.
Thank you so much for your help!