Skip to content

Commit 68ab147

Browse files
authored
Increase codecov version and migrate to token
1 parent d7fb6cb commit 68ab147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ jobs:
4040
}
4141
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
4242
skip-tests: true
43-
- uses: codecov/codecov-action@v4
43+
- uses: codecov/codecov-action@v5
4444
with:
4545
fail_ci_if_error: true
4646
file: ros_ws/lcov/total_coverage.info
4747
flags: unittests
4848
name: codecov-umbrella
49+
token: ${{ secrets.CODECOV_TOKEN }}
4950
- uses: actions/upload-artifact@v4
5051
with:
5152
name: colcon-logs-${{ matrix.os }}

0 commit comments

Comments
 (0)