srctree

Robin Linden parent e8df601d 3cfaf487
ci: Pass the codecov token using an env var

This should fix the token issues in PRs from forks.

inlinesplit
.github/workflows/ci.yaml added: 4, removed: 2, total 2
@@ -152,9 +152,11 @@ jobs:
- name: Summary
run: lcov --summary bazel-out/_coverage/_coverage_report.dat
- name: Upload
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
pip install codecov-cli==0.6.0
codecovcli upload-process --token ${{ secrets.CODECOV_TOKEN }} --fail-on-error --file bazel-out/_coverage/_coverage_report.dat
codecovcli upload-process --fail-on-error --file bazel-out/_coverage/_coverage_report.dat
 
linux-gcc-13-no-exceptions:
runs-on: ubuntu-22.04