Skip to content

Commit

Permalink
[CI] codecov updates (#1147)
Browse files Browse the repository at this point in the history
* Fix coverage build and exclude test folders

* Add codecov badge

* Remove ignored package

---------

Co-authored-by: Bence Magyar <[email protected]>
(cherry picked from commit 5e6b676)

# Conflicts:
#	.github/workflows/ci-coverage-build.yml
  • Loading branch information
christophfroehlich authored and mergify[bot] committed Feb 17, 2024
1 parent dbd806b commit e22f88e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-coverage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ jobs:
package-name:
controller_interface
controller_manager
controller_manager_msgs
hardware_interface
<<<<<<< HEAD
ros2controlcli
ros2_control
ros2_control_test_assets
hardware_interface_testing
=======
>>>>>>> 5e6b676 ([CI] codecov updates (#1147))
transmission_interface

vcs-repo-file-url: |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ros2_control

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

This package is a part of the ros2_control framework.
For more, please check the [documentation](https://control.ros.org/).
Expand Down
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ fixes:
comment:
layout: "diff, flags, files"
behavior: default
ignore:
- "**/test"
flags:
unittests:
paths:
- controller_interface
- controller_manager
- hardware_interface
- joint_limits_interface
- test_robot_hardware
- transmission_interface

0 comments on commit e22f88e

Please sign in to comment.