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 6c6a280 commit 89371adCopy full SHA for 89371ad
.github/workflows/reusable-ci.yml
@@ -53,13 +53,4 @@ jobs:
53
with:
54
package-name: "rcutils"
55
target-ros2-distro: ${{ inputs.ros-distribution }}
56
- colcon-defaults: |
57
- {
58
- "build": {
59
- "mixin": [ "coverage-gcc" ]
60
- }
61
62
- colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
63
- - uses: codecov/codecov-action@v1
64
- with:
65
- file: ros_ws/lcov/total_coverage.info
+ skip-tests: true
0 commit comments