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 55105d2 commit bb69c11Copy full SHA for bb69c11
.github/workflows/test.yml
@@ -20,6 +20,14 @@ jobs:
20
package-name: controller_interface controller_manager controller_parameter_server hardware_interface test_robot_hardware
21
colcon-mixin-name: coverage-gcc
22
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
23
+ - uses: codecov/codecov-action@v1
24
+ with:
25
+ token: ${{ secrets.CODECOV_TOKEN }}
26
+ file: ros_ws/lcov/total_coverage.info
27
+ flags: unittests
28
+ name: codecov-umbrella
29
+ yml: ./codecov.yml
30
+ fail_ci_if_error: true
31
- uses: actions/upload-artifact@master
32
with:
33
name: colcon-logs-${{ matrix.os }}
codecov.yml
@@ -0,0 +1,2 @@
1
+fixes:
2
+ - "ros_ws/src/ros2_control/::"
0 commit comments