We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ab866 commit c82ff00Copy full SHA for c82ff00
.github/workflows/coverage-build.yml
@@ -40,12 +40,13 @@ jobs:
40
}
41
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
42
skip-tests: true
43
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
44
with:
45
fail_ci_if_error: true
46
file: ros_ws/lcov/total_coverage.info
47
flags: unittests
48
name: codecov-umbrella
49
+ token: ${{ secrets.CODECOV_TOKEN }}
50
- uses: actions/upload-artifact@v4
51
52
name: colcon-logs-${{ matrix.os }}
0 commit comments