Description
Codecov reports were fine using bash cmd + Travis CI
Now unable to get any reporting:
-
Switched to github actions provided by codecov: No reports available (it seems the upload was successful)
-
Tried a custom github step using the bash cmd: Report is uploaded successfully, but nothing is available in the UI
Commit SHAs
Last commit: 807c737ebaa58ab2bd48e6e94cb2cd757be8f8fb
First commit where the report erroed: 0b65a277cfb519acd95c2761f7e33108c5ef651f
Repository
https://github.com/ludofleury/pavillon-noir
CI/CD or Build URL
Github action stdout using codecov action: https://github.com/ludofleury/pavillon-noir/runs/1421669074?check_suite_focus=true
Gihub action stdout using custom step with codecov bash: https://github.com/ludofleury/pavillon-noir/runs/1421649169?check_suite_focus=true
Uploader
github codecov-action: GitHub - codecov/codecov-action: GitHub Action that uploads coverage to Codecov
Bash: bash <(curl -s https://codecov.io/bash)
Codecov Output
I cannot submit the output as “new user in the community cannot post more than 10 links”
Expected Results
A report available & metrics
Actual Results
Error 500 on the report link & “no report uploaded” on the codecov pulls list
Additional Information
Was working fine on Travis CI (.org & .com)