Skip to content

Commit 638e75f

Browse files
Bump codecov/codecov-action from 3 to 5 (#234)
1 parent 1d6b398 commit 638e75f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ jobs:
5858
- name: gcovr
5959
run: cd build && gcovr -r ..
6060
- name: Upload coverage to Codecov
61-
uses: codecov/codecov-action@v3
61+
uses: codecov/codecov-action@v5
6262
with:
63-
gcov: true
63+
fail_ci_if_error: true
64+
token: ${{ secrets.CODECOV_TOKEN }}
6465
- name: Generate URSim log files
6566
if: always()
6667
run: |

0 commit comments

Comments
 (0)