Open
Description
Summary
To potentially use Sentry's/Codecov's ATS we first need to use the Codecov CLI to upload our coverage reports.
https://docs.codecov.com/docs/the-codecov-cli#how-to-upload-to-codecov makes it seem like the workflow would be
$ python -m pip install --upgrade codecov-cli
$ codecovcli create-commit
$ codecovcli create-report
$ codecovcli do-upload
though I'm not sure how to replace all the options we use with the codecov-action
Lines 64 to 72 in fb604e8
Additional Information
CLI Options: https://docs.codecov.com/docs/cli-options
Code of Conduct
- I agree to follow the Code of Conduct