Hi there,
I have a project I setup a long time ago using AppVeyour and codecov.io. It is an open source project.
I’m having a very strange issue with no error message and a failed report in the end. Anyone had similar issues?
The AppVeyor build link is vcsparser 1.0.111 - AppVeyor
The report should be displayed at: Commit ⋅ ericlemes/vcsparser (codecov.io)
This is the bit of the yml to push the report
$env:PATH = ‘C:\msys64\usr\bin;’ + $env:PATH
Invoke-WebRequest -Uri ‘https://codecov.io/bash’ -OutFile codecov.sh
bash codecov.sh -f “coverage.xml” -t -v
I appreciate any help as my build is broken right now