I have a fork of the cpython repo I try to keep more-or-less up-to-date. The past couple times I’ve synced I’ve gotten an odd failure. The tests with coverage all pass. Should failure to publish coverage results be a concern? Also, is there a better place to ask these questions about the whole GitHub/CI infrastructure?
- Run ./.venv/bin/python -m coverage xml
- ./.venv/bin/python -m coverage xml
- bash <(curl -s https://codecov.io/bash)
- shell: /bin/bash -e {0}
- env:
- OPENSSL_VER: 1.1.1d
- CODECOV_TOKEN:
- No data to report.
- ##[error]Process completed with exit code 1.
Thanks,
Skip