We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
codecov-action
pyhf/.github/workflows/ci.yml
Lines 64 to 72 in fb604e8
CLI Options: https://docs.codecov.com/docs/cli-options
The text was updated successfully, but these errors were encountered:
Given https://docs.codecov.com/docs/cli-options this might be doable with just
$ python -m pip install --upgrade codecov-cli $ codecovcli create-commit $ codecovcli create-report $ codecovcli do-upload --file ./coverage.xml --flag unittests-${{ matrix.python-version }}
Sorry, something went wrong.
matthewfeickert
Successfully merging a pull request may close this issue.
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
though I'm not sure how to replace all the options we use with the
codecov-action
pyhf/.github/workflows/ci.yml
Lines 64 to 72 in fb604e8
Additional Information
CLI Options: https://docs.codecov.com/docs/cli-options
Code of Conduct
The text was updated successfully, but these errors were encountered: