Skip to content
Snippets Groups Projects
Verified Commit fd22f426 authored by Björn Ludwig's avatar Björn Ludwig
Browse files

ci(coverage): introduce undocumented feature of codecov uploader to proxy requests

parent 52368e73
No related branches found
No related tags found
No related merge requests found
Pipeline #16313 failed
......@@ -30,7 +30,7 @@ variables:
- gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
- shasum -a 256 -c codecov.SHA256SUM
- chmod +x codecov
- ./codecov -t ${CODECOV_TOKEN}
- ./codecov --upstream ${HTTPS_PROXY} --token ${CODECOV_TOKEN}
.install-deps: &install-deps
- *install-pip-tools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment