Skip to content

Commit

Permalink
Fix codecov to ignore unit tests and rclc_examples package (#155) (#161)
Browse files Browse the repository at this point in the history
(cherry picked from commit 359c265)

Co-authored-by: Jan Staschulat <[email protected]>
  • Loading branch information
mergify[bot] and JanStaschulat authored Jul 28, 2021
1 parent be7c43c commit 0f654b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
fixes:
- "ros_ws/src/*/rclc::"
ignore:
- "rclc_examples/**/*"
- "rclc/test/**/*"
- "rclc_lifecycle/test/**/*"
- "rclc_examples/**/*"
- "rclc_lifecycle/test/*"
- "rclc_parameter/test/**/*"

0 comments on commit 0f654b8

Please sign in to comment.