Description
I’m using the bash uploader to upload coverage reports in cobertura format from a Windows VM on appveyor. The script reports success but there is no report on codeco.
I thought it is similar to Codecov cannot analyze Cobertura reports from AppVeyor but I included the suggestion of using “max_report_age: off” already, still no luck
Anything else I can do to debug this?
Repository
PR: https://github.com/boostorg/nowide/pull/73
Build: https://ci.appveyor.com/project/Flamefire/nowide-fr98b/builds/31219095
Steps to Reproduce
- Create coverage with OpenCppCoverage in cobertura format
- Upload with bash uploader
Expected behavior: Uploaded reports show at codecov
Actual behavior: https://codecov.io/github/boostorg/nowide/commit/521a138a5f0211639bd583d43bc582c751e61c2c shows an error page
Flakiness? [Does this happen all the time or only sometimes?] Happens all the time
Versions
Using Bash-20200214-585fef0 and setting CI/APPVEYOR env vars to “true” so the script detects it.