There was an error while loading. Please reload this page.
1 parent 40ab181 commit 5650a86Copy full SHA for 5650a86
2 files changed
.github/workflows/ci.yml
@@ -668,7 +668,7 @@ jobs:
668
run: cmake --build --preset=default --target ccov-all
669
670
- name: Upload coverage report
671
- uses: codecov/codecov-action@v5.5.2
+ uses: codecov/codecov-action@v5.5.4
672
with:
673
token: ${{ secrets.CODECOV_TOKEN }}
674
fail_ci_if_error: true
template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja
@@ -712,7 +712,7 @@ jobs:
712
713
714
715
716
717
token: {{ '${{ secrets.CODECOV_TOKEN }}' }}
718
0 commit comments