ansible / ansible-runner

A tool and python library that helps when interfacing with Ansible directly or as part of another system whether that be through a container image interface, as a standalone tool, or as a Python module that can be imported. The goal is to provide a stable and consistent interface abstraction to Ansible.
Other
968 stars 356 forks source link

Remove CodeCov upload from CI #1357

Closed Shrews closed 6 months ago

Shrews commented 6 months ago

Tokenless uploads to CodeCov are very prone to failure. See:

https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954

This has been a hinderance to our CI workflow and hasn't proven to provide much value anyway.