Skip to content

Commit 1ae58e7

Browse files
authored
[CI] codecov updates (backport #1147) (#1404)
1 parent b2010f5 commit 1ae58e7

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/ci-coverage-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@ jobs:
2929
package-name:
3030
controller_interface
3131
controller_manager
32-
controller_manager_msgs
3332
hardware_interface
34-
ros2controlcli
35-
ros2_control
36-
ros2_control_test_assets
37-
hardware_interface_testing
3833
transmission_interface
3934

4035
vcs-repo-file-url: |

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ros2_control
22

33
[![Licence](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4+
[![codecov](https://codecov.io/gh/ros-controls/ros2_control/branch/humble/graph/badge.svg?token=idvm1zJXOf)](https://codecov.io/gh/ros-controls/ros2_control)
45

56
This package is a part of the ros2_control framework.
67
For more, please check the [documentation](https://control.ros.org/).

codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ fixes:
1414
comment:
1515
layout: "diff, flags, files"
1616
behavior: default
17+
ignore:
18+
- "**/test"
1719
flags:
1820
unittests:
1921
paths:
2022
- controller_interface
2123
- controller_manager
2224
- hardware_interface
23-
- joint_limits_interface
24-
- test_robot_hardware
2525
- transmission_interface

0 commit comments

Comments
 (0)